pmMDA.NET

PagedSet.ContainsLocally Method 

[This is preliminary documentation and subject to change.]

Returns whether a o is available in the local cache.

public bool ContainsLocally(
   object o
);

Parameters

o
The item to locate in the cache of this set.

Return Value

true if the o is located in this set; otherwise, false.

See Also

PagedSet Class | PmMda.Net.Dog.Paging Namespace