次の方法で共有


Zone.Equals メソッド

現在の Zone 証拠オブジェクトと指定したオブジェクトが等しいかどうかを比較します。

Overrides Public Function Equals( _
   ByVal o As Object _) As Boolean
[C#]
public override bool Equals(objecto);
[C++]
public: bool Equals(Object* o);
[JScript]
public override function Equals(
   o : Object) : Boolean;

パラメータ

  • o
    現在のオブジェクトと等しいかどうかをテストする対象の Zone 証拠オブジェクト。

戻り値

2 つの Zone オブジェクトが等しい場合は true 。それ以外の場合は false

例外

例外の種類 条件
ArgumentException o パラメータが Zone オブジェクトではありません。

解説

2 つの Zone オブジェクトが同じ SecurityZone を示している場合は、両者は等しいことになります。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Zone クラス | Zone メンバ | System.Security.Policy 名前空間