Determines whether the specified Object is equal to the current Object.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
Visual C++
public:
virtual bool Equals(
	Object^ obj
) override
F#
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool 

Parameters

obj
Type: System..::..Object
The Object to compare with the current Object.

Return Value

Type: Boolean
true if the specified Object is equal to the current Object; otherwise, false.

Exceptions

ExceptionCondition
System..::..NullReferenceExceptionThe obj parameter is null.

See Also