Click or drag to resize
Accord.NET (logo)

VideoCapabilitiesInequality Operator

Inequality operator.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public static bool operator !=(
	VideoCapabilities a,
	VideoCapabilities b
)
Request Example View Source

Parameters

a
Type: Accord.Video.DirectShowVideoCapabilities
First object to check.
b
Type: Accord.Video.DirectShowVideoCapabilities
Seconds object to check.

Return Value

Type: Boolean
Return true if both objects are not equal or false otherwise.
See Also