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