Aspose::BarCode::BarCodeRecognition::Quadrangle::Equals method

Quadrangle::Equals method

Returns a value indicating whether this instance is equal to a specified Quadrangle value.

bool Aspose::BarCode::BarCodeRecognition::Quadrangle::Equals(System::SharedPtr<Quadrangle> other) override
ParameterTypeDescription
otherSystem::SharedPtr<Quadrangle>An Quadrangle value to compare to this instance.

ReturnValue

true if obj has the same value as this instance; otherwise, false.

See Also