Aspose::BarCode::ComplexBarcode::AlternativeScheme::Equals method
Contents
[
Hide
]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
Parameter | Type | Description |
---|---|---|
other | System::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
- Class AlternativeScheme
- Class AlternativeScheme
- Namespace Aspose::BarCode::ComplexBarcode
- Library Aspose.BarCode for C++
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
Parameter | Type | Description |
---|---|---|
obj | System::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
- Class AlternativeScheme
- Namespace Aspose::BarCode::ComplexBarcode
- Library Aspose.BarCode for C++