Implements an equality comparer for IMobileObject that compares the objects only on the basis is the reference value. More...
Public Member Functions | |
bool | Equals (T x, T y) |
Determines if the two objects are reference-equal. More... | |
int | GetHashCode (T obj) |
Gets the hash code value for the object. More... | |
Implements an equality comparer for IMobileObject that compares the objects only on the basis is the reference value.
T | Type of objects to compare. |
Definition at line 20 of file ReferenceComparer.cs.
bool Csla.Serialization.Mobile.ReferenceComparer< T >.Equals | ( | T | x, |
T | y | ||
) |
Determines if the two objects are reference-equal.
x | First object. |
y | Second object. |
Definition at line 29 of file ReferenceComparer.cs.
int Csla.Serialization.Mobile.ReferenceComparer< T >.GetHashCode | ( | T | obj | ) |
Gets the hash code value for the object.
obj | Object reference. |
Definition at line 38 of file ReferenceComparer.cs.