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