Return true if the two RangeF equals

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public bool Equals(
	RangeF other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As RangeF _
) As Boolean
Visual C++
public:
virtual bool Equals(
	RangeF other
) sealed

Parameters

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

Return Value

True if the two RangeF equals

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

See Also