Microsoft Windows CE 3.0  

CMediaType::operator ==

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Tests for equality between CMediaTypeobjects.

inline BOOL operator==(const CMediaType& rt) const;

Parameters

rt
CMediaTypeobject corresponding to the right side of the operator.

Return Values

Returns TRUE if the CMediaTypeobject tested is equal to this object; otherwise, returns FALSE.

Remarks

This object is on the left side of the operator.