Size.Equality(Size, Size) 연산자

정의

Size의 두 인스턴스를 비교하여 같은지 여부를 확인합니다.

public:
 static bool operator ==(System::Windows::Size size1, System::Windows::Size size2);
public static bool operator == (System.Windows.Size size1, System.Windows.Size size2);
static member ( = ) : System.Windows.Size * System.Windows.Size -> bool
Public Shared Operator == (size1 As Size, size2 As Size) As Boolean

매개 변수

size1
Size

비교할 Size의 첫 번째 인스턴스입니다.

size2
Size

비교할 Size의 두 번째 인스턴스입니다.

반환

Boolean

Size의 두 인스턴스가 같으면 true이고, 그렇지 않으면 false입니다.

적용 대상