GpoLink.Equals Method (GpoLink)

 

Determines whether the specified GPO link is equal to this GPO link.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

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

Implements

IEquatable<T>.Equals(T)

See Also

Equals Overload
GpoLink Class
Microsoft.GroupPolicy Namespace

Return to top