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

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

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

Parameters

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

Return Value

true if the specified object is equal to the current object; otherwise, false.

Exceptions

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

See Also