Click or drag to resize
Accord.NET (logo)

PriorityQueueNodeTInequality Operator

Implements the not equals operator.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static bool operator !=(
	PriorityQueueNode<T> a,
	PriorityQueueNode<T> b
)
Request Example View Source

Parameters

a
Type: Accord.CollectionsPriorityQueueNodeT
b
Type: Accord.CollectionsPriorityQueueNodeT

Return Value

Type: Boolean
See Also