Point.op_Equality

Point Equality operator

Implementeert de operator ==.

public static bool operator ==(Point a, Point b)
ParameterTypeBeschrijving
aPointDe A-instantie.
bPointDe B-instantie.

Winstwaarde

Het resultaat van de operator.

Zie ook