op_Equality

Length Equality operator

Checks the equality of the two given lengths.

public static bool operator ==(Length left, Length right)
Parameter Type Description
left Length The left length operand.
right Length The right length operand.

Return Value

True if both lengths are equal, otherwise false.

See Also