Tests whether two RdlInt objects are not equal.

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static bool operator !=(
	RdlInt o1,
	RdlInt o2
)
Visual Basic
Public Shared Operator <> ( _
	o1 As RdlInt, _
	o2 As RdlInt _
) As Boolean

Parameters

o1
Type: C1.C1Rdl..::..RdlInt
The first object.
o2
Type: C1.C1Rdl..::..RdlInt
The second object.

Return Value

true if the objects are not equal, false otherwise.

See Also