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.