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