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 the specified GroupClaim is equal to the current GroupClaim.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.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 GroupClaim object to compare with the current GroupClaim.
Return Value
Type: System.Boolean
true if the specified GroupClaim is equal to the current GroupClaim; otherwise, false.
See Also
GroupClaim Class
System.Web.Security.SingleSignOn Namespace
Return to top