System::Guid::operator== 方法

Guid::operator== method

确定当前对象和指定对象所表示的 GUID 是否相等。

bool System::Guid::operator==(const Guid &b) const
参数类型描述
bconst Guid\&比较对象

ReturnValue

如果当前对象和指定对象表示的 GUID 相等,则为 true,否则为 false

另见