Click or drag to resize

ResolverNewCandidateIsBetterEquivalentType Method

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected static bool NewCandidateIsBetterEquivalentType(
	MatchCandidate existingCandidate,
	MatchCandidate newCandidate
)

Parameters

existingCandidate
Type: Nova.ResolvingMatchCandidate
newCandidate
Type: Nova.ResolvingMatchCandidate

Return Value

Type: Boolean
See Also