'Declaration Public Overrides Function Contains( _
ByVal pageThe page to locate in the collection.As DicomPage _
) As Boolean
public: bool Contains(
DicomPage* page
); override
public:
bool Contains(
DicomPage^ page
); override
Parameters
- page
- The page to locate in the collection.
Return Value
True if page is found in the collection; otherwise, false.