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

operator() 공개 정적인 메소드

Tests whether two objects are identical.
public static operator ( ) : bool
리턴 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