PropertyObjectType.IsEqualTo
- Updated2024-10-09
- 1 minute(s) read
PropertyObjectType.IsEqualTo
Syntax
PropertyObjectType.IsEqualTo( propObjType, options = 0)
Return Value
Purpose
Compares this object to another PropertyObjectType.
Remarks
With no options, this method returns True if both PropertyObjectType objects have the same value for every property, the PropertyObjectType.ElementType properties are equal, and the PropertyObjectType.ArrayDimensions properties specify the same array bounds.
Parameters
propObjType As PropertyObjectType
[In] Pass a PropertyObjectType to compare to this PropertyObjectType.
options As Long
[In] Specify any combination of TypeEqualOptions .
This parameter has a default value of 0 .
See Also
PropertyObjectType.ArrayDimensions