11 public abstract string Value 39 public abstract override bool Equals(
object o);
47 public abstract override string ToString();
56 if ((
object)left ==
null && (
object)right ==
null)
60 if ((
object)left ==
null || (
object)right ==
null)
74 return !(left == right);
abstract override bool Equals(object o)
Returns a value that indicates whether the specified object equals this instance of the T:System....
static bool operator==(IdentityReference left, IdentityReference right)
Compares two T:System.Security.Principal.IdentityReference objects to determine whether they are equa...
Represents an identity and is the base class for the T:System.Security.Principal.NTAccount and T:Syst...
abstract override string ToString()
Returns the string representation of the identity represented by the T:System.Security....
Represents type declarations: class types, interface types, array types, value types,...
static bool operator !=(IdentityReference left, IdentityReference right)
Compares two T:System.Security.Principal.IdentityReference objects to determine whether they are not ...
abstract IdentityReference Translate(Type targetType)
Translates the account name represented by the T:System.Security.Principal.IdentityReference object i...
abstract bool IsValidTargetType(Type targetType)
Returns a value that indicates whether the specified type is a valid translation type for the T:Syste...
abstract string Value
Gets the string value of the identity represented by the T:System.Security.Principal....
abstract override int GetHashCode()
Serves as a hash function for T:System.Security.Principal.IdentityReference. M:System....