EdgeResultEquality Operator

CVB.Net Documentation
Comparison operator for Rect structs.

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

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

Parameters

lhs
Type: Stemmer.Cvb.FoundationEdgeResult
left hand side operand
rhs
Type: Stemmer.Cvb.FoundationEdgeResult
right hand side operand

Return Value

Type: Boolean
true lhs == rhs, false otherwise
See Also

Reference