Click or drag to resize

EquatableListTAddIfNotPresent Method

Adds value to collection if it is not already present.

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

Parameters

value
Type: T
See Also