Implements the operator !=.

Namespace: ININ.IceLib
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public static bool operator !=(
	DisplayableId displayableId1,
	DisplayableId displayableId2
)
Visual Basic
Public Shared Operator <> ( _
	displayableId1 As DisplayableId, _
	displayableId2 As DisplayableId _
) As Boolean

Parameters

displayableId1
Type: ININ.IceLib..::..DisplayableId
A displayable ID to compare.
displayableId2
Type: ININ.IceLib..::..DisplayableId
A displayable ID to compare.

Return Value

Returns falseFalsefalsefalse (False in Visual Basic) if the values of its operands are equal, trueTruetruetrue (True in Visual Basic) otherwise.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also