Click or drag to resize
Accord.NET (logo)

FilterInfoCompareTo Method

Compare the object with another instance of this class.

Namespace:  Accord.Video.DirectShow
Assembly:  Accord.Video.DirectShow (in Accord.Video.DirectShow.dll) Version: 3.8.0
Syntax
public int CompareTo(
	Object value
)
Request Example View Source

Parameters

value
Type: SystemObject
Object to compare with.

Return Value

Type: Int32
A signed number indicating the relative values of this instance and value.

Implements

IComparableCompareTo(Object)
See Also