public override int GetHashCode() { int hash = 17; unchecked { hash *= 31 + Version.GetHashCode(); hash *= 31 + (Extra is null ? 0 : Extra.GetHashCode()); hash *= 31 + Signature.GetHashCode(); hash *= 31 + Signer.GetHashCode(); } return(hash); }
public override int GetHashCode() { return(param.GetHashCode() + ret.GetHashCode()); }
public int GetHashCode(IValue <TileBase> obj) { return(obj.GetHashCode()); }