Share

DoubleForEquals.Inequality Operator (Decimal, DoubleForEquals)


Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Public Shared Operator <> ( 
	da As Decimal,
	db As DoubleForEquals
) As Boolean

C#

public static bool operator !=(
	decimal da,
	DoubleForEquals db
)

Parameters

da
Type: System.Decimal
db
Type: Autodesk.iLogic.Interfaces.DoubleForEquals

Return Value

Type: Boolean

See Also

Reference

Was this information helpful?