Click or drag to resize

MatchCandidatesContains Method (CodeObject)

Determine if the collection contains the specified CodeObject.

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool Contains(
	CodeObject codeObject
)

Parameters

codeObject
Type: Nova.CodeDOMCodeObject

Return Value

Type: Boolean
See Also