UrlMembershipCondition.Equals(Object) Method

Definition

Determines whether the URL from the specified object is equivalent to the URL contained in the current UrlMembershipCondition.

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

Parameters

oobj
Object

The object to compare to the current UrlMembershipCondition.

Returns

true if the URL from the specified object is equivalent to the URL contained in the current UrlMembershipCondition; otherwise, false.

Implements

Exceptions

The Url property of the current object or the specified object is null.

Applies to