Share via


IScorable<Item,Score>.HasScore(Item, Object) Method

Definition

Returns whether this scorable wants to participate in scoring this item.

public bool HasScore (Item item, object state);
abstract member HasScore : 'Item * obj -> bool
Public Function HasScore (item As Item, state As Object) As Boolean

Parameters

item
Item
state
Object

Returns

Applies to