Equals

SlideShowTransition.Equals method

Determines whether the two SlideShowTransition instances are equal. Read/write Boolean.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe SlideShowTransition to compare with the current SlideShowTransition.

Return Value

true if the specified SlideShowTransition is equal to the current SlideShowTransition; otherwise, false.

See Also