TypeEqualOptions
- Updated2024-10-09
- 1 minute(s) read
TypeEqualOptions
Use these constants with the PropertyObjectType.IsEqualTo method.
- TypeEqualOption_DoNotCompareDimensions –(Value: 0x1) Specifies that the PropertyObjectType.IsEqualTo method does not compare the array dimensions that the PropertyObjectType.ArrayDimensions property specifies.
- TypeEqualOption_DoNotCompareIsObject –(Value: 0x2) Specifies that the PropertyObjectType.IsEqualTo method does not compare the PropertyObjectType.IsObject property.
- TypeEqualOption_NoOptions –(Value: 0x0) No options.