System::Drawing::FontFamily::Equals 方法

FontFamily::Equals method

确定当前对象和指定对象是否相同。

bool System::Drawing::FontFamily::Equals(System::SharedPtr<System::Object> obj) override
参数类型描述
objSystem::SharedPtr<System::Object>用于与当前对象进行比较的对象

ReturnValue

如果当前对象和指定对象相同则为 true,否则为 false

另见