IdentityReference.Inequality Operator (IdentityReference, IdentityReference)
.NET Framework (current version)
Compares two IdentityReference objects to determine whether they are not equal. They are considered not equal if they have different canonical name representations than the one returned by the Value property or if one of the objects is null and the other is not.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- left
-
Type:
System.Security.Principal.IdentityReference
The left IdentityReference operand to use for the inequality comparison. This parameter can be null.
- right
-
Type:
System.Security.Principal.IdentityReference
The right IdentityReference operand to use for the inequality comparison. This parameter can be null.
.NET Framework
Available since 2.0
Available since 2.0
Show: