Share via


Contains Method

Checks whether or not a specific object instance exists within the current RdfCollection instance

Namespace:  Microsoft.Imm.Sdk.Rdf
Assembly:  Microsoft.Imm.Sdk (in Microsoft.Imm.Sdk)
Version: 1.0.0.0 (1.0.0.0)

Syntax

public virtual bool Contains(
    T item
)

Parameters

  • item
    Type: T
    The item instance to search for

Return Value

Whether or not the object exists in the current RdfCollection instsance

See Also

RdfCollection< (Of < (T> ) > ) Class

Microsoft.Imm.Sdk.Rdf Namespace