Aspose::Cells::Drawing::LineFormat::Equals method

LineFormat::Equals method

Determines whether this instance has the same value as another specified LineFormat object.

bool Aspose::Cells::Drawing::LineFormat::Equals(const Aspose::Cells::Object &obj)
ParameterTypeDescription
objconst Aspose::Cells::Object&The LineFormat object to compare with this instance.

ReturnValue

true if the value of the obj parameter is the same as the value of this instance; otherwise, false. If obj is null, this method returns false.

See Also