DoubleCollectionContains Method
|
Checks whether this collection contains the
specified value.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual bool Contains(
double value
)
Public Overridable Function Contains (
value As Double
) As Boolean
public:
virtual bool Contains(
double value
)
abstract Contains :
value : float -> bool
override Contains :
value : float -> bool
Parameters
- value Double
- [in] Value to check.
Return Value
Boolean
true if this collection contains a value that matches the specified
value; otherwise the method returns false.
See Also