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

パラメーター

sd1
SortDescription

比較する最初のインスタンス。

sd2
SortDescription

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

返品

true 2 つのオブジェクトが等しい場合。それ以外の場合は false

注釈

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

適用対象