http://www.emgu.com
Return true if the two color equals
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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