TransitionValueBase

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.slides.ITransitionValueBase

public class TransitionValueBase implements ITransitionValueBase

Base class for slide transition effects.

Methods

MethodDescription
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:

ParameterTypeDescription
objjava.lang.ObjectThe 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.