Aspose::BarCode::ComplexBarcode::AlternativeScheme::Equals method

AlternativeScheme::Equals(System::SharedPtr<AlternativeScheme>) method

Determines whether the specified alernative scheme is equal to the current alternative scheme.

bool Aspose::BarCode::ComplexBarcode::AlternativeScheme::Equals(System::SharedPtr<AlternativeScheme> other) override
ParameterTypeDescription
otherSystem::SharedPtr<AlternativeScheme>The alternative scheme to compare with the current alternative scheme.

ReturnValue

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

See Also

AlternativeScheme::Equals(System::SharedPtr<System::Object>) method

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

bool Aspose::BarCode::ComplexBarcode::AlternativeScheme::Equals(System::SharedPtr<System::Object> obj) override
ParameterTypeDescription
objSystem::SharedPtr<System::Object>The object to compare with the current object.

ReturnValue

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

See Also