SpellCheckErrorsContains Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public bool Contains(
SpellCheckError value
)
Public Function Contains (
value As SpellCheckError
) As Boolean
public:
bool Contains(
SpellCheckError^ value
)
member Contains :
value : SpellCheckError -> bool
Parameters
- value
- Type: Kettic.AspNet.ControlsSpellCheckError
The SpellCheckError to locate.
Return Value
Type:
Boolean if the SpellCheckError is contained in the collection;
otherwise, .
See Also