SortDescription.Equality(SortDescription, SortDescription) 연산자

정의

SortDescription 개체를 값 같음과 비교합니다.

public:
 static bool operator ==(System::ComponentModel::SortDescription sd1, System::ComponentModel::SortDescription sd2);
public static bool operator ==(System.ComponentModel.SortDescription sd1, System.ComponentModel.SortDescription sd2);
static member ( = ) : System.ComponentModel.SortDescription * System.ComponentModel.SortDescription -> bool
Public Shared Operator == (sd1 As SortDescription, sd2 As SortDescription) As Boolean

매개 변수

sd1
SortDescription

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

sd2
SortDescription

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

반품

두 개체가 같으면 이고, 그렇지 않으면 .

설명

이 연산자에 해당하는 메서드는 .입니다 SortDescription.Equals.

적용 대상