public override int GetHashCode() { return(Horizontal.GetHashCode() ^ Vertical.GetHashCode()); }
public override int GetHashCode() { return(Minimum.GetHashCode() ^ Maximum.GetHashCode()); }
public override int GetHashCode() { return(Top.GetHashCode() ^ Left.GetHashCode() ^ Right.GetHashCode() ^ Bottom.GetHashCode()); }
public override int GetHashCode() { return(Top.GetHashCode() ^ Leading.GetHashCode() ^ Trailing.GetHashCode() ^ Bottom.GetHashCode()); }