Click or drag to resize

BgrEquals Method (Bgr)

http://www.emgu.com
Return true if the two color equals

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public bool Equals(
	Bgr other
)

Parameters

other
Type: Emgu.CV.StructureBgr
The other color to compare with

Return Value

Type: Boolean
true if the two color equals

Implements

IEquatableTEquals(T)
See Also