MediaStreamContainer::operator== Method

Checks whether the name of this MediaStreamContainer equals a specified string.
Syntax:
bool operator==( const std::string& op ) const;
bool operator==( const std::wstring& op ) const;

Parameter Description
op

String to which the name of this instance is to be compared.

Return Value:

Value Description
true The specified string op equals the name of this instance.
false The specified string op is not equal to the name of this instance.

See also: MediaStreamContainer

<< MediaStreamContainer