SortDescription.Inequality(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 op_Inequality : System.ComponentModel.SortDescription * System.ComponentModel.SortDescription -> bool
Public Shared Operator != (sd1 As SortDescription, sd2 As SortDescription) As Boolean

매개 변수

sd1
SortDescription

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

sd2
SortDescription

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

반환

값이 다르면 false이고, 같으면 true입니다.

설명

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

적용 대상