DataCacheServerEndpoint.Equals Method (Object)

 

Returns true if the DataCacheServerEndpoint objects are equal.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.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

  • obj
    Type: System.Object

    The DataCacheServerEndpoint object to compare.

Return Value

Type: System.Boolean

Returns Boolean.

See Also

DataCacheServerEndpoint Class
Microsoft.ApplicationServer.Caching Namespace

Return to top