Site::Equals Method (Object^)

 

Compares the current Site 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 object to test for equivalence with the current object.

Return Value

Type: System::Boolean

true if the two instances of the Site class are equal; otherwise, false.

Site objects are equal if they designate the same website name.

.NET Framework
Available since 1.1
Return to top
Show: