Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Method and Description |
---|---|
boolean |
TiffSRational.equals(TiffSRational other)
Indicates whether the current object is equal to another object of the same type.
|
static boolean |
TiffSRational.equals(TiffSRational rational,
TiffSRational other)
Compares pair of
TiffSRational . |
static boolean |
TiffSRational.op_Equality(TiffSRational left,
TiffSRational right)
Indicates whether two objects of the same type are equal.
|
static boolean |
TiffSRational.op_Inequality(TiffSRational left,
TiffSRational right)
Indicates whether two objects of the same type are not equal.
|
Constructor and Description |
---|
TiffSRationalTag(int tagID,
TiffSRational[] value)
Initializes a new instance of the
TiffSRationalTag class. |