SortDescription.Inequality(SortDescription, SortDescription) Operator

定義

2 つの 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

比較する 2 番目のインスタンス。

返品

true 値が等しくない場合。それ以外の場合は false

注釈

この演算子の同等のメソッドは SortDescription.Equals

適用対象