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 ListGrouping<TBusinessObject> object is in the ListGroupingCollection<TBusinessObject>.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public bool Contains(
ListGrouping<TBusinessObject> item
)
public:
virtual bool Contains(
ListGrouping<TBusinessObject>^ item
) sealed
Public Function Contains (
item As ListGrouping(Of TBusinessObject)
) As Boolean
Parameters
item
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.ListGrouping<TBusinessObject>The ListGrouping<TBusinessObject> object to locate in the ListGroupingCollection<TBusinessObject>.
Return Value
Type: System.Boolean
true if the ListGrouping<TBusinessObject> object was located in the ListGroupingCollection<TBusinessObject>; otherwise, false.
Implements
See Also
ListGroupingCollection<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top