System.Drawing.PointF.operator C# (CSharp) 메소드

operator() 공개 정적인 메소드

Compares two objects. The result specifies whether the values of the and properties of the two objects are equal.

public static operator ( ) : bool
리턴 bool
        public static bool operator ==(PointF left, PointF right) => left.X == right.X && left.Y == right.Y;

Same methods

PointF::operator ( ) : PointF
PointF::operator ( ) : System.Drawing.PointF