Aspose::Pdf::DataEditor::CosPdfString::Equals method

CosPdfString::Equals method

Determines that the specified object is equal to the current object.

bool Aspose::Pdf::DataEditor::CosPdfString::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeDescription
objSystem::SharedPtr<System::Object>The object to compare with current object.

ReturnValue

True if specified object is equal to the current object; otherwise, false.

See Also