System.Drawing.SizeF.operator C# (CSharp) Method

operator() public static method

Tests whether two objects are identical.
public static operator ( ) : bool
return bool
        public static bool operator ==(SizeF sz1, SizeF sz2) => sz1.Width == sz2.Width && sz1.Height == sz2.Height;

Same methods

SizeF::operator ( ) : SizeF
SizeF::operator ( ) : System.Drawing.SizeF