Share via


StarterGpo.Equals Method (StarterGpo)

 

Determines whether the specified Starter Group Policy object (GPO) is equal to this Starter GPO.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

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

Implements

IEquatable<T>.Equals(T)

See Also

Equals Overload
StarterGpo Class
Microsoft.GroupPolicy Namespace

Return to top