ISyncFilter::IsIdentical
When overridden in a derived class, indicates whether the specified filter is the same as this filter.
HRESULT IsIdentical(
ISyncFilter *pSyncFilter);
Parameters
- pSyncFilter
[in] A filter to compare with this filter.
Return Value
S_OK when pSyncFilter is the same as this filter.
S_FALSE when pSyncFilter is not the same as this filer.
Provider-determined error codes.