@Deprecated public final class TiffIfd extends Object implements com.aspose.ms.System.IEquatable<TiffIfd>
Represents TIFF image file directory.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
Determines whether the specified object is equal to this instance.
|
boolean |
equals(TiffIfd other)
Deprecated.
Indicates whether the current object is equal to another object of the same type.
|
int |
getNumberOfEntiries()
Deprecated.
Gets the number of tags.
|
long |
getOffset()
Deprecated.
Gets the offset.
|
int |
hashCode()
Deprecated.
Returns a hash code for this instance.
|
public final long getOffset()
Gets the offset.
public final int getNumberOfEntiries()
Gets the number of tags.
public final boolean equals(TiffIfd other)
Indicates whether the current object is equal to another object of the same type.
other
- An object to compare with this object.true
if the current object is equal to the other
parameter; otherwise, <b>false</b>
.public boolean equals(Object obj)
Determines whether the specified object is equal to this instance.
Copyright © 2020. All rights reserved.