TypeEqualOptions
- 更新时间2025-07-21
- 阅读时长1分钟
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.