Click or drag to resize
RangeFEquals Method (RangeF)
http://www.emgu.com
Return true if the two RangeF equals

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public bool Equals(
	RangeF other
)

Parameters

other
Type: Emgu.CV.StructureRangeF
The other RangeF to compare with

Return Value

Type: Boolean
True if the two RangeF equals

Implements

IEquatableTEquals(T)
See Also