Operator operator !=
operator !=(HVAlignment, HVAlignment)
Tests whether two specified HVAlignment structures are different.
public static bool operator !=(HVAlignment left, HVAlignment right)
Parameters
left
HVAlignmentThe HVAlignment that is to the left of the inequality operator.
right
HVAlignmentThe HVAlignment that is to the right of the inequality operator.
Returns
- bool
true
if the two HVAlignment structures are different; otherwise,false
.