/// <summary> /// Serves as a hash function for a particular type. /// </summary> public override int GetHashCode() { unchecked { int hashCode = (MemorySharp != null ? MemorySharp.GetHashCode() : 0); hashCode = (hashCode * 397) ^ Handle.GetHashCode(); return(hashCode); } }
/// <summary> /// Serves as a hash function for a particular type. /// </summary> public override int GetHashCode() { return(BaseAddress.GetHashCode() ^ MemorySharp.GetHashCode() ^ Information.RegionSize.GetHashCode()); }
/// <summary> /// Serves as a hash function for a particular type. /// </summary> public override int GetHashCode() { return(Id.GetHashCode() ^ MemorySharp.GetHashCode()); }