Share via


GPTrustee.Equals Method (GPTrustee)

 

Determines whether the specified trustee is equal to this trustee.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public bool Equals(
    GPTrustee other
)
public:
virtual bool Equals(
    GPTrustee^ other
) sealed
abstract Equals : 
        other:GPTrustee -> bool
override Equals : 
        other:GPTrustee -> bool
Public Function Equals (
    other As GPTrustee
) As Boolean

Parameters

Return Value

Type: System.Boolean

Returns Boolean. true if the specified GPO is equal to this GPO; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

Equals Overload
GPTrustee Class
Microsoft.GroupPolicy Namespace

Return to top