Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether two SecurityProperty instances are equal.
Namespace: System.Web.Security.SingleSignOn.Authorization
Assembly: System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)
Syntax
public override bool Equals(
object o
)
public:
virtual bool Equals(
Object^ o
) override
override Equals :
o:Object -> bool
Public Overrides Function Equals (
o As Object
) As Boolean
Parameters
o
Type: System.ObjectThe object to compare to the current SecurityProperty instance.
Return Value
Type: System.Boolean
true if the current object is identical to the supplied object; otherwise false.
See Also
SecurityProperty Class
System.Web.Security.SingleSignOn.Authorization Namespace
Return to top