Aracılığıyla paylaş


SortDescription.Equality(SortDescription, SortDescription) Operatör

Tanım

Değer eşitliği için iki SortDescription nesneyi karşılaştırır.

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

Parametreler

sd1
SortDescription

Karşılaştıracak ilk örnek.

sd2
SortDescription

Karşılaştıracak ikinci örnek.

Döndürülenler

true iki nesne eşitse; aksi takdirde , false.

Açıklamalar

Bu işlecin eşdeğer yöntemi şudur: SortDescription.Equals.

Şunlara uygulanır