public static bool operator ==(
POINT a,
POINT b
)
Public Shared Operator = (
a As POINT,
b As POINT
) As Boolean
public:
static bool operator ==(
POINT a,
POINT b
)
static let inline (=)
a : POINT *
b : POINT : bool