Site.Equals(Object) Method

Definition

Compares the current Site to the specified object for equivalence.

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

Parameters

o
Object

The object to test for equivalence with the current object.

Returns

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

Remarks

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

Applies to