GenericAce.Equality(GenericAce, GenericAce) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified GenericAce objects are considered equal.
public:
static bool operator ==(System::Security::AccessControl::GenericAce ^ left, System::Security::AccessControl::GenericAce ^ right);
public static bool operator == (System.Security.AccessControl.GenericAce? left, System.Security.AccessControl.GenericAce? right);
public static bool operator == (System.Security.AccessControl.GenericAce left, System.Security.AccessControl.GenericAce right);
static member ( = ) : System.Security.AccessControl.GenericAce * System.Security.AccessControl.GenericAce -> bool
Public Shared Operator == (left As GenericAce, right As GenericAce) As Boolean
Parameters
- left
- GenericAce
The first GenericAce object to compare.
- right
- GenericAce
The second GenericAce to compare.
Returns
true
if the two GenericAce objects are equal; otherwise, false
.
Remarks
The equivalent method for this operator is GenericAce.Equals.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.