Equals()

Font::Equals(System::SharedPtr<System::Object>) method

Determines if the current and the specified objects are identical.

bool System::Drawing::Font::Equals(System::SharedPtr<System::Object> obj) override

Arguments

ParameterTypeDescription
objSystem::SharedPtr<System::Object>An object to compare the current object with

Return Value

True if the current and the specified objects are identical, otherwise - false

See Also