Share via


IsEqual

Applies To: Windows 8, Windows 8.1

Compares two ITraceMergeProperties objects.

HRESULT IsEqual
  ([in] ITraceMergeProperties* pTraceMergeProperties)
;

Parameters

  • pTraceMergeProperties
    [in] A pointer to an ITraceMergeProperties object to be compared.

Return Value

The following table describes possible return values.

Return Value Description

S_OK

The objects have same trace merge properties.

S_FALSE

The objects do not have the same trace merge properties.

E_INVALIDARG

One or more arguments are invalid. Use IParsingErrorInfo to obtain detailed error information.

See Also

Reference

ITraceMergeProperties