DiscreteCallSchedulecontains Method

Determine whether the provided Redemption is contained within this CallSchedule.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public virtual bool contains(
	Redemption redemption
)

Parameters

redemption  Redemption
A Redemption.

Return Value

Boolean
A bool value indicating whether the provided Redemption is contained within this.

Implements

CallSchedulecontains(Redemption)

See Also