http://www.emgu.com
Return true if the two color equals
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic bool Equals(
Xyz other
)
Public Function Equals (
other As Xyz
) As Boolean
public:
virtual bool Equals(
Xyz^ other
) sealed
abstract Equals :
other : Xyz -> bool
override Equals :
other : Xyz -> bool
Parameters
- other
- Type: Emgu.CV.StructureXyz
The other color to compare with
Return Value
Type:
Booleantrue if the two color equals
Implements
IEquatableTEquals(T)
See Also