Zone.Equals(Object) Method

Definition

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

Returns

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

Exceptions

The o parameter is not a Zone object.

Remarks

Zone objects are equal if they designate the same SecurityZone.

Applies to