PolicyStatement.Equals(Object) 方法

定义

确定指定的 PolicyStatement 对象是否等于当前 PolicyStatement对象。

public:
 override bool Equals(System::Object ^ o);
public:
 override bool Equals(System::Object ^ obj);
public override bool Equals(object o);
[System.Runtime.InteropServices.ComVisible(false)]
public override bool Equals(object obj);
override this.Equals : obj -> bool
[<System.Runtime.InteropServices.ComVisible(false)>]
override this.Equals : obj -> bool
Public Overrides Function Equals (o As Object) As Boolean
Public Overrides Function Equals (obj As Object) As Boolean

参数

oobj
Object

PolicyStatement 与当前 PolicyStatement对象进行比较的对象。

返回

如果指定的 对象等于当前 对象,则为 。

属性

注解

有关更多信息,请参见 Equals 方法。

适用于