Click or drag to resize

MatTypeEquality Operator (MatType, Int32)

[Missing <summary> documentation for "M:OpenCvSharp.MatType.op_Equality(OpenCvSharp.MatType,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static bool operator ==(
	MatType self,
	int other
)

Parameters

self
Type: OpenCvSharpMatType

[Missing <param name="self"/> documentation for "M:OpenCvSharp.MatType.op_Equality(OpenCvSharp.MatType,System.Int32)"]

other
Type: SystemInt32

[Missing <param name="other"/> documentation for "M:OpenCvSharp.MatType.op_Equality(OpenCvSharp.MatType,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenCvSharp.MatType.op_Equality(OpenCvSharp.MatType,System.Int32)"]

See Also