Description

Compares two McImageType objects.

Property type

A Boolean value.  

Syntax

object.IsEquivalent(pIMcImageType2)

The IsEquivalent Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McImageType.
pIMcImageType2Required. A McImageType object.

McImageType* : McImageType object to compare against.

Remarks

Compares the current ImageType object against the specified object. Properties with don't care values are treated as equal. Otherwise, each property is tested for equality.

Only the Organization, PixelDataType, Interpretation, BitsPerChannel, and NumberOfChannels properties participate in the comparison.

Exceptions

E_POINTER implies the argument pointer is invalid.