PropertyObject.IsEqualTo ( objectToCompare, options)
Compares this object to another PropertyObject.
With no options, this method returns True if both objects have the same number of subproperties with the same names, values, and flags.
objectToCompare As PropertyObject
[In] Pass the object to compare to this object.
options As Long
[In] Pass 0 to specify the default behavior, or pass one or more PropertyOptions constants. Use the bitwise-OR operator to specify multiple options.