| Vec6iEquals Method (Vec6i) | 
        
          
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic bool Equals(
	Vec6i other
)
Public Function Equals ( 
	other As Vec6i
) As Boolean
public:
virtual bool Equals(
	Vec6i other
) sealed
abstract Equals : 
        other : Vec6i -> bool 
override Equals : 
        other : Vec6i -> bool Parameters
- other
- Type: OpenCvSharpVec6i
 
Return Value
Type: 
BooleanImplements
IEquatableTEquals(T) See Also
See Also