| MatTypeEquals Method (Int32) |
[Missing <summary> documentation for "M:OpenCvSharp.MatType.Equals(System.Int32)"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
[Missing <param name="other"/> documentation for "M:OpenCvSharp.MatType.Equals(System.Int32)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:OpenCvSharp.MatType.Equals(System.Int32)"]
Implements
IEquatableTEquals(T)See Also