Version

Contains Method (RefParser)

Returns true if the input RefParser in contained by this RefParser. The RefParser is contained if each RefTuple in this RefParser contains the corresponding RefTuple in the input RefParser.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal inputParsed As RefParser _
) As Boolean
public bool Contains( 
   RefParser inputParsed
)

Parameters

inputParsed
The contained candidate

Return Value

true if inputParsed is contained by this.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also