ComponentOne Basic Library for UWP
Equality Operator (C1ZoomUnit)

C1.UWP Assembly > C1.Xaml Namespace > C1ZoomUnit Structure : Equality Operator
The first instance of C1ZoomUnit to compare.
The second instance of C1ZoomUnit to compare.
Compares two C1ZoomUnit structures for equality.
Syntax
'Declaration
 
Public Operator =( _
   ByVal gl1 As C1ZoomUnit, _
   ByVal gl2 As C1ZoomUnit _
) As System.Boolean
public System.bool operator ==( 
   C1ZoomUnit gl1,
   C1ZoomUnit gl2
)

Parameters

gl1
The first instance of C1ZoomUnit to compare.
gl2
The second instance of C1ZoomUnit to compare.

Return Value

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

Reference

C1ZoomUnit Structure
C1ZoomUnit Members