Compares two C1ZoomUnit structures to determine if they are not equal.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public static bool operator !=(
	C1ZoomUnit gl1,
	C1ZoomUnit gl2
)
Visual Basic
Public Shared Operator <> ( _
	gl1 As C1ZoomUnit, _
	gl2 As C1ZoomUnit _
) As Boolean

Parameters

gl1
Type: C1.Silverlight..::..C1ZoomUnit
The first instance of C1ZoomUnit to compare.
gl2
Type: C1.Silverlight..::..C1ZoomUnit
The second instance of C1ZoomUnit to compare.

Return Value

true if the two instances of C1ZoomUnit do not have the same value and C1ZoomUnitType; otherwise, false.

See Also