[]
        
(Showing Draft Content)

C1.WPF.C1ZoomUnit.op_Equality

operator == Operator

operator ==(C1ZoomUnit, C1ZoomUnit)

Compares two C1ZoomUnit structures for equality.

Declaration
public static bool operator ==(C1ZoomUnit gl1, C1ZoomUnit gl2)
Parameters
Type Name Description
C1ZoomUnit gl1

The first instance of C1ZoomUnit to compare.

C1ZoomUnit gl2

The second instance of C1ZoomUnit to compare.

Returns
Type Description
bool

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