NamedObjectGroupContains Method |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public bool Contains(
Object codeObject
)
Parameters
- codeObject
- Type: SystemObject
The code object being searched for.
Return Value
Type:
BooleanTrue if the group contains the object, otherwise false.
See Also