Share via


Scorable.Keep<Item,Score>(IScorable<Item,Score>) Method

Definition

True if the scorable is non-null, false otherwise.

public static bool Keep<Item,Score> (Microsoft.Bot.Builder.Scorables.IScorable<Item,Score> scorable);
static member Keep : Microsoft.Bot.Builder.Scorables.IScorable<'Item, 'Score> -> bool
Public Function Keep(Of Item, Score) (scorable As IScorable(Of Item, Score)) As Boolean

Type Parameters

Item
Score

Parameters

Returns

Applies to