contains(Vintasoft.Shared.WebFlagsEnumItemBaseJS) Method
In This Topic
Determines that this enumeration element (bit field) contains the specified sub element (bit field). This method has effect only for enumerations that defines bit flags.
Syntax
var instance = new Vintasoft.Shared.WebFlagsEnumItemBaseJS();
var value; // Type: boolean
// Parameters
var val; // Type: WebFlagsEnumItemBaseJS
value = instance.contains(val);
Parameters
- val
- Value of enumeration element (bit field).
Return Value
True - this enumeration element contains the specified sub element; False - this enumeration element does NOT contain the specified sub element.
Browser Compatibility
See Also