MatTypeEquality Operator (MatType, Int32)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static bool operator ==(
MatType self,
int other
)
Public Shared Operator = (
self As MatType,
other As Integer
) As Boolean
public:
static bool operator ==(
MatType self,
int other
)
static let inline (=)
self : MatType *
other : int : bool
JavaScript does not support overloaded operators.
Parameters
- self
- Type: OpenCvSharpMatType
- other
- Type: SystemInt32
Return Value
Type:
Boolean
See Also