Click or drag to resize

GrayEquals Method (Gray)

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.1.3497 (4.1.1.3497)
Syntax
public bool Equals(
	Gray other
)

Parameters

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

Return Value

Type: Boolean
true if the two color equals

Implements

IEquatableTEquals(T)
See Also