Url::Equals Method (Object^)

 

Compares the current Url evidence object to the specified object for equivalence.

Namespace:   System.Security.Policy
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual bool Equals(
	Object^ o
) override

Parameters

o
Type: System::Object^

The Url evidence object to test for equivalence with the current object.

Return Value

Type: System::Boolean

true if the two Url objects are equal; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: