SearchResultEquality Operator

CVB.Net Documentation
Compare two SearchResults for equality.

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

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

Parameters

lhs
Type: Stemmer.Cvb.PolimagoSearchResult
First object to be compared
rhs
Type: Stemmer.Cvb.PolimagoSearchResult
Second object to be compared

Return Value

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

Reference