EntityColorCollectionContains Method
|
Namespace: Teigha.Colors
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public bool Contains(
EntityColor value
)
Public Function Contains (
value As EntityColor
) As Boolean
public:
virtual bool Contains(
EntityColor value
) sealed
abstract Contains :
value : EntityColor -> bool
override Contains :
value : EntityColor -> bool
Parameters
- value EntityColor
-
Return Value
Boolean
See Also