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

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

반품

true값이 같지 않으면 이고, 그렇지 않으면 . false

설명

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

적용 대상