Aspose::BarCode::BarCodeRecognition::BarCodeResult::Equals method

BarCodeResult::Equals method

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

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

ReturnValue

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

See Also