SortDescription.Equality(SortDescription, SortDescription) 演算子

定義

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

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

sd2
SortDescription

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

戻り値

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

注釈

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

適用対象