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