Description
Compares two McImageType objects.
-
Property type
-
A Boolean value.
-
Syntax
-
object.IsEquivalent(pIMcImageType2)
The IsEquivalent Property syntax has these parts: 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.
|