Share via


CorporateClaimUuidCollection.Contains Method (Guid)

 

Determines whether the CorporateClaimUuidCollection contains a specific element.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public bool Contains(
    Guid value
)
public:
bool Contains(
    Guid value
)
member Contains : 
        value:Guid -> bool
Public Function Contains (
    value As Guid
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the collection contains the specified value; otherwise, false.

See Also

CorporateClaimUuidCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top