Microsoft DirectX 9.0

CMediaType::operator ==

This operator tests for equality between CMediaType objects.

Syntax

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

Parameters

rt

Reference to the CMediaType object to compare.

Return Value

Returns TRUE if rt is equal to this object. Otherwise, returns FALSE.

See Also