EndpointIdentity.Equals(Object) Method

Definition

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

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The Object compared for equality with the current identity.

Returns

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

Applies to