CRaPI - Correct Robust and Perfect API

Point2D.GetHashCode Method 

The hash code of this object

public override int GetHashCode();

Return Value

The hash code of this object

Remarks

Calculated by:

X XOR (Y (left shift operator) 1)
            

See Also

Point2D Class | TeamYaffa.CRaPI.Utility Namespace