'Declaration Public Operator =( _ ByVal x As Point, _ ByVal y As Point _ ) As Boolean
public bool operator ==( Point x, Point y )
Point Structure Point Members