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

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

반환

두 개체가 같으면 true이고, 그러지 않으면 false입니다.

설명

이 연산자에 대 한 해당 메서드는 SortDescription.Equals합니다.

적용 대상