[This is preliminary documentation and is subject to change.]

Return true if the two RangeF equals

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

Syntax

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

Parameters

other
RangeF
The other RangeF to compare with

Return Value

True if the two RangeF equals

Implements

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

See Also