ComplexMatrixContains Method
Determines whether the
ICollectionT contains a specific value.
Namespace: Novacta.AnalyticsAssembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
public bool Contains(
Complex item
)
Public Function Contains (
item As Complex
) As Boolean
public:
virtual bool Contains(
Complex item
) sealed
abstract Contains :
item : Complex -> bool
override Contains :
item : Complex -> bool
- item Complex
- The object to locate in the ICollectionT.
Boolean if
item is found in the
ICollectionT; otherwise,
.
ICollectionTContains(T)