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