TypeEqualOptions
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
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.