Udostępnij za pośrednictwem


IdentityReference.Equality(IdentityReference, IdentityReference) Operator

Definicja

Porównuje dwa IdentityReference obiekty, aby określić, czy są równe. Są one traktowane jako równe, jeśli mają taką samą reprezentację nazwy kanonicznej, co ta, która jest zwracana przez Value właściwość, lub jeśli są one oba null.

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

Parametry

left
IdentityReference

Lewy IdentityReference operand do użycia na potrzeby porównania równości. Ten parametr może mieć wartość null.

right
IdentityReference

Prawy IdentityReference operand do użycia na potrzeby porównania równości. Ten parametr może mieć wartość null.

Zwraca

true jeśli left i right są równe; w przeciwnym razie , false.

Uwagi

Równoważną metodą dla tego operatora jest IdentityReference.Equals.

Dotyczy