Tests whether two RdlString objects are equal.

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

Syntax

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

Parameters

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

Return Value

true if the objects are equal, false otherwise.

See Also