Share via


GroupToUpnClaimTransformCollection.Contains Method (GroupToUpnClaimTransform)

 

Determines whether the GroupToUpnClaimTransformCollection contains a specified element.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

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

See Also

GroupToUpnClaimTransformCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top