コード例 #1
0
ファイル: string_helper.cpp プロジェクト: lsempe/uipg
bool Tag::operator == (const Tag& t) const
{
	return ( id == t.GetId() );
}