Object.Equals Method (System)

Switch View :
ScriptFree
Object.Equals Method
Determines whether two Object instances are equal.
Overload List

Name Description
Object.Equals (Object) Determines whether the specified Object is equal to the current Object.

Supported by the .NET Compact Framework.

Object.Equals (Object, Object) Determines whether the specified Object instances are considered equal.

Supported by the .NET Compact Framework.

See Also