PageParamsCollectionContains Method
|
Namespace: Teigha.GraphicsSystem
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public bool Contains(
PageParams value
)
Public Function Contains (
value As PageParams
) As Boolean
public:
bool Contains(
PageParams^ value
)
member Contains :
value : PageParams -> bool
Parameters
- value PageParams
-
Return Value
Boolean
See Also