Table of Contents

Operator operator !=

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

operator !=(HVAlignment, HVAlignment)

Tests whether two specified HVAlignment structures are different.

public static bool operator !=(HVAlignment left, HVAlignment right)

Parameters

left HVAlignment

The HVAlignment that is to the left of the inequality operator.

right HVAlignment

The HVAlignment that is to the right of the inequality operator.

Returns

bool

true if the two HVAlignment structures are different; otherwise, false.