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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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