Object.Equals Method
.NET Framework 2.0
Determines whether two Object instances are equal.
| 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. |
Community Additions
ADD
Show: