pmMDA.NET

PagedSet.Contains Method 

[This is preliminary documentation and subject to change.]

Returns whether this set contains the o.

public override bool Contains(
   object o
);

Parameters

o
The item to look for.

Return Value

true if this set contains the specified item; otherwise, false.

Implements

ISet.Contains

Exceptions

Exception Type Condition
ArgumentNullException The o is a null reference.
ArgumentException The o is not of type IDataObject.
PagingException No data object manager is registered in the locator.
- or -
It could not be affected whether the o is already located in the persistent data.

See Also

PagedSet Class | PmMda.Net.Dog.Paging Namespace