QueryableCollection TBase, TTo  Contains Method ElecNetKit Documentation

Namespace: ElecNetKit.NetworkModelling.Phasing
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public bool Contains(
	TTo item
)

Return Value

true if item is found in the OnlineICollection T ; otherwise, false.

Implements

OnlineICollection T  Contains(T)
See Also