Aspose::Pdf::Operator::ValueEquals method

Operator::ValueEquals method

Compares this instance with the given object.

bool Aspose::Pdf::Operator::ValueEquals(System::SharedPtr<Operator> op)
ParameterTypeDescription
opSystem::SharedPtr<Operator>Operator to compare.

ReturnValue

True if objects are equal, otherwise false.

See Also