EndpointIdentity::Equals Method (Object^)

 

Returns a value that determines whether a specified object is equal to the current identity object or if they have equal security properties.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The Object compared for equality with the current identity.

Return Value

Type: System::Boolean

true if the specified object obj is equivalent to the current identity or contains the same security properties; otherwise, false.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Return to top
Show: