IdentityReference.Equality(IdentityReference, IdentityReference) Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Eşit olup olmadıklarını belirlemek için iki IdentityReference nesneyi karşılaştırır. Özelliği tarafından Value döndürülen adla aynı kurallı ad gösterimine sahipse veya her ikisi de null
ise eşit olarak kabul edilirler.
public:
static bool operator ==(System::Security::Principal::IdentityReference ^ left, System::Security::Principal::IdentityReference ^ right);
public static bool operator == (System.Security.Principal.IdentityReference? left, System.Security.Principal.IdentityReference? right);
public static bool operator == (System.Security.Principal.IdentityReference left, System.Security.Principal.IdentityReference right);
static member ( = ) : System.Security.Principal.IdentityReference * System.Security.Principal.IdentityReference -> bool
Public Shared Operator == (left As IdentityReference, right As IdentityReference) As Boolean
Parametreler
- left
- IdentityReference
Eşitlik karşılaştırması için kullanılacak sol IdentityReference işlenen. Bu parametre olabilir null
.
- right
- IdentityReference
Eşitlik karşılaştırması için kullanılacak doğru IdentityReference işlenen. Bu parametre olabilir null
.
Döndürülenler
true
ve eşitseleft
; değilse, false
.right
Açıklamalar
Bu işlecin eşdeğer yöntemi şudur: IdentityReference.Equals.