Represents a measurement.
Constructors
public Measurement(int min, int max)
Initializes a new instance of the Measurement struct.
Parameters:
min (int)The minimum width.
max (int)The maximum width.
Properties
Max
: intGets the maximum width.
Min
: intGets the minimum width.
Methods
public bool Equals(object obj)
Parameters:
obj (object)public bool Equals(Measurement other)
Parameters:
other (Measurement)public int GetHashCode()