User.Equals Method (Object)

 

Indicates whether the specified user is equal to the current user.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

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

Parameters

Return Value

Type: System.Boolean

True if the specified user is equal to the current user; otherwise, false.

See Also

User Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top