SamlAuthorizationDecisionClaimResource.Equals(Object) 方法

定义

返回一个值,该值指示该实例是否与指定的对象相等。Returns a value that indicates whether the instance is equal to the specified object.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

参数

obj
Object

要与此实例进行比较的对象。An object to compare to this instance.

返回

Boolean

如果 trueobj 且拥有与此实例相等的值,则为 SamlAuthorizationDecisionClaimResource;否则为 falsetrue if obj is a SamlAuthorizationDecisionClaimResource and has the same value as this instance; otherwise, false.

适用于