Click or drag to resize

IndexT1, T2ContainsValue Method

Returns true if the dictionary contains the value specified

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public bool ContainsValue(
	T2 item
)

Parameters

item
Type: T2

Return Value

Type: Boolean
See Also