Checks if a binary operator equals 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 a matching binary operator to b, otherwise false

See Also