| EquatableListTContainsExactly Method (T) |
Checks if the list contains a single value which is the one specified.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic bool ContainsExactly(
T value
)
Parameters
- value
- Type: T
Returns true if the list only contains a single value and that value is the one specified.
Return Value
Type:
Boolean
See Also