Version

IsSubset Method (RefParser)

Returns true if the input RefParser is a proper subset of this RefParser. The RefParser is a proper subset if each RefTuple in this RefParser has a scope that completely contains the corresponding RefTuple in the input RefParser.
Syntax
'Declaration
 
Public Function IsSubset( _
   ByVal inputParsed As RefParser _
) As Boolean
public bool IsSubset( 
   RefParser inputParsed
)

Parameters

inputParsed
The subset candidate

Return Value

true if inputParsed is a propersubset of 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