UrlAttribute::Equals Method (Object^)
.NET Framework (current version)
Checks whether the specified object refers to the same URL as the current instance.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- o
-
Type:
System::Object^
The object to compare to the current UrlAttribute.
Return Value
Type: System::Booleantrue if the object is a UrlAttribute with the same value; otherwise, false.
| Exception | Condition |
|---|---|
| SecurityException | The immediate caller does not have infrastructure permission. |
This method overrides the default Object::Equals method.
SecurityPermission
For operating with infrastructure code. Associated enumeration: SecurityPermissionFlag::Infrastructure
.NET Framework
Available since 1.1
Available since 1.1
Show: