Scorable.Keep<Item,Score>(IScorable<Item,Score>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- scorable
- IScorable<Item,Score>