9using System.Collections.Generic;
22 #region IEqualityComparer<T> Members
31 return Object.ReferenceEquals(x, y);
40 return obj.GetHashCode();
Implements an equality comparer for IMobileObject that compares the objects only on the basis is the ...
int GetHashCode(T obj)
Gets the hash code value for the object.
bool Equals(T x, T y)
Determines if the two objects are reference-equal.