Checks if a binary operator does not equal another based on the operation name

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public static bool operator !=(
	BinaryOperator a,
	BinaryOperator b
)
Visual Basic (Declaration)
Public Shared Operator <> ( _
	a As BinaryOperator, _
	b As BinaryOperator _
) As Boolean

Return Value

true if a is not a matching binary operator to b, otherwise false

See Also