Click or drag to resize
Accord.NET (logo)

VideoCapabilitiesEquals Method (VideoCapabilities)

Check if two video capabilities are equal.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public bool Equals(
	VideoCapabilities vc2
)
Request Example View Source

Parameters

vc2
Type: Accord.Video.DirectShowVideoCapabilities
Second video capability to compare with.

Return Value

Type: Boolean
Returns true if both video capabilities are equal or false otherwise.
See Also