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.