Click or drag to resize

EquatableListTContainsOrEmpty Method

Returns true if the list is empty or if it contains a specific value.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool ContainsOrEmpty(
	T value
)

Parameters

value
Type: T

Return Value

Type: Boolean
See Also