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