Point.operator == (Point,Point)

Point '==' Operator


Definition

public static bool operator == ( Point point1, Point point2 );

Parameters

point1System.Drawing.Point.
point2System.Drawing.Point.

Return Value

System.Boolean.

© 2004-2005 GlobFX Technologies. All rights reserved.