GetHashCode()

SlideShowTransition::GetHashCode() const method

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

int32_t Aspose::Slides::SlideShow::SlideShowTransition::GetHashCode() const override

Return Value

23454

Remarks

Overriden to make compiler happy. Always returns constant because object is mutable.

See Also