Partager via


Group.Equals Method (Object)

 

Determines whether the specified Group object is equal to current object.

Namespace:   Microsoft.WindowsServerSolutions.Groups
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

public override bool Equals(
    object obj
)
public:
virtual bool Equals(
    Object^ obj
) override
Public Overrides Function Equals (
    obj As Object
) As Boolean

Parameters

Return Value

Type: System.Boolean

If true, the object is equal; otherwise false.

See Also

Group Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top