Returns a value indicating whether this collection contains specified ruler.
var instance = new Vintasoft.Imaging.Dicom.WebDicomImageRulerCollectionJS(dicomViewerControl);
var value; // Type: boolean
// Parameters
var ruler; // Type: WebDicomImageRulerJS
value = instance.contains(ruler);
Parameters
- ruler
- The ruler to locate in this collection.
Return Value
True if item is found in this collection; otherwise, false.