SearchResultInequality Operator

CVB.Net Documentation
Compare two SearchResult structs for inequality.

Namespace:  Stemmer.Cvb.Minos
Assembly:  Stemmer.Cvb.Minos (in Stemmer.Cvb.Minos.dll) Version: 14.0.0.0
Syntax

public static bool operator !=(
	SearchResult lhs,
	SearchResult rhs
)

Parameters

lhs
Type: Stemmer.Cvb.MinosSearchResult
first object to be compared
rhs
Type: Stemmer.Cvb.MinosSearchResult
second object to be compared

Return Value

Type: Boolean
true if the objects differ, false otherwise
See Also

Reference