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