public final class QRCodeType extends Object implements com.aspose.ms.System.IEquatable<QRCodeType>
Specify QRCode type properties.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overridden method determines whether the specified System.Object is equal to the current System.Object.
|
boolean |
equals(QRCodeType other)
Determines whether the specified QRCode is equal to the current object.
|
int |
getTypeIndex()
Gets index of object in collection of supported QRCode types.
|
String |
getTypeName()
Gets name of QRCode 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(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<QRCodeType>
equals
in class Object
obj
- Object for comparison.public boolean equals(QRCodeType other)
Determines whether the specified QRCode is equal to the current object.
other
- Object for comparison.public int getTypeIndex()
Gets index of object in collection of supported QRCode types.
public String getTypeName()
Gets name of QRCode Type.
public int hashCode()
Overridden method serves as a hash function for a particular type.
Copyright © 2018. All rights reserved.