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