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

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

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