AlternativeScheme.Equals
Contents
[
Hide
]Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The object to compare with the current object. |
Return Value
true
if the specified object is equal to the current object; otherwise, false
.
See Also
- class AlternativeScheme
- namespace Aspose.BarCode.ComplexBarcode
- assembly Aspose.BarCode
Equals(AlternativeScheme)
Determines whether the specified alernative scheme is equal to the current alternative scheme.
public bool Equals(AlternativeScheme other)
Parameter | Type | Description |
---|---|---|
other | AlternativeScheme | The alternative scheme to compare with the current alternative scheme. |
Return Value
true
if the specified object is equal to the current object; otherwise, false
.
See Also
- class AlternativeScheme
- namespace Aspose.BarCode.ComplexBarcode
- assembly Aspose.BarCode