Share via


ThreadSafeReadOnlyObservableCollection<T>.Contains Method (Object)

 

Determines whether the collection contains a specified value.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

public bool Contains(
    object value
)
public:
virtual bool Contains(
    Object^ value
) sealed
Public Function Contains (
    value As Object
) As Boolean

Parameters

  • value
    Type: System.Object

    The value to locate in the collection.

Return Value

Type: System.Boolean

true if the value is contained in the collection; otherwise, false.

Implements

IList.Contains(Object)

See Also

Contains Overload
ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top