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)
Syntaxpublic bool Equals(
Gray other
)
Public Function Equals (
other As Gray
) As Boolean
public:
virtual bool Equals(
Gray other
) sealed
abstract Equals :
other : Gray -> bool
override Equals :
other : Gray -> bool
Parameters
- other
- Type: Emgu.CV.StructureGray
The other color to compare with
Return Value
Type:
Booleantrue if the two color equals
Implements
IEquatableTEquals(T)
See Also