public final class BarcodeType extends Object implements com.aspose.ms.System.IEquatable<BarcodeType>
Specify Barcode type properties.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(BarcodeType other)
Determines whether the specified BarcodeType is equal to the current object.
|
boolean |
equals(Object obj)
Overridden method determines whether the specified System.Object is equal to the current System.Object.
|
int |
getTypeIndex()
Get Index of object in collection of supported Barcode types.
|
String |
getTypeName()
Name of Barcode Type.
|
int |
hashCode()
Overridden method serves as a hash function for a particular type.
|
String |
toString()
Overridden method serves as conversion to string type.
|
public boolean equals(BarcodeType other)
Determines whether the specified BarcodeType is equal to the current object.
other - Object for comparison.public boolean equals(Object obj)
Overridden method determines whether the specified System.Object is equal to the current System.Object.
equals in interface com.aspose.ms.System.IEquatable<BarcodeType>equals in class Objectobj - Object for comparison.public int getTypeIndex()
Get Index of object in collection of supported Barcode types.
public String getTypeName()
Name of Barcode Type.
public int hashCode()
Overridden method serves as a hash function for a particular type.
Copyright © 2018. All rights reserved.