o_EqualsInfinity

open override fun o_EqualsInfinity(self: AvailObject, sign: AbstractNumberDescriptor.Sign): Boolean

Answer whether the receiver is an InfinityDescriptor with the specified Sign.

Return

true if the receiver is an infinity of the specified sign, false otherwise.

See also

Parameters

self

The receiver.

sign

The type of infinity for comparison.