TransitionValueBase
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.slides.ITransitionValueBase
public class TransitionValueBase implements ITransitionValueBase
Base class for slide transition effects.
Methods
Method | Description |
---|---|
equals(Object obj) | Determines whether the two TransitionValueBase instances are equal. |
hashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
equals(Object obj)
public boolean equals(Object obj)
Determines whether the two TransitionValueBase instances are equal.
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object | The TransitionValueBase to compare with the current TransitionValueBase. |
Returns: boolean - true if the specified TransitionValueBase is equal to the current TransitionValueBase; otherwise, false.
hashCode()
public int hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
Returns: int - 23454
Overriden to make compiler happy. Always returns constant because object is mutable.