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