mscorlib(4.0.0.0) API with additions
|
Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances. More...
Public Member Functions | |
bool | Equals (T other) |
Indicates whether the current object is equal to another object of the same type. More... | |
Defines a generalized method that a value type or class implements to create a type-specific method for determining equality of instances.
T | The type of objects to compare. |
Definition at line 6 of file IEquatable.cs.
bool System.IEquatable< T >.Equals | ( | T | other | ) |
Indicates whether the current object is equal to another object of the same type.
other | An object to compare with this object. |
true
if the current object is equal to the other parameter; otherwise, false
.