Esempio n. 1
0
 public override int GetHashCode() =>
 PocketImageDataOperations.GetHashCode(this);
Esempio n. 2
0
 public bool Equals(IPocketImageData other) =>
 PocketImageDataOperations.Equals(this, other);