DiscreteCallSchedulecontains Method
Determine whether the provided Redemption is contained within this
CallSchedule.
Namespace: com.ftlabs.fisaAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public virtual bool contains(
Redemption redemption
)
Public Overridable Function contains (
redemption As Redemption
) As Boolean
- redemption Redemption
- A Redemption.
Boolean
A bool value indicating whether the provided Redemption is contained within this.
CallSchedulecontains(Redemption)