Zone::Equals Method (Object^)
.NET Framework (current version)
Compares the current Zone evidence object to the specified object for equivalence.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- o
-
Type:
System::Object^
The Zone evidence object to test for equivalence with the current object.
| Exception | Condition |
|---|---|
| ArgumentException | The o parameter is not a Zone object. |
Zone objects are equal if they designate the same SecurityZone.
.NET Framework
Available since 1.1
Available since 1.1
Show: