SearchResultInequality Operator

CVB.Net Documentation
Compare two SearchResult structs for inequality.

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

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

Parameters

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

Return Value

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

Reference