public override int GetHashCode() { unchecked { return(Iso?.GetHashCode() ?? 0); } }
public override int GetHashCode() { return(Iso.GetHashCode()); }