NTAccount.Equality Operator (NTAccount, NTAccount)
.NET Framework (current version)
Compares two NTAccount objects to determine whether they are equal. They are considered equal if they have the same canonical name representation as the one returned by the Value property or if they are both null.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- left
-
Type:
System.Security.Principal.NTAccount
The left operand to use for the equality comparison. This parameter can be null.
- right
-
Type:
System.Security.Principal.NTAccount
The right operand to use for the equality comparison. This parameter can be null.
.NET Framework
Available since 2.0
Available since 2.0
Show: