op_Equality
Ratio Equality operator
Compares two ratios and returns a boolean indicating if the two do match.
public static bool operator ==(Ratio left, Ratio right)
Parameter | Type | Description |
---|---|---|
left | Ratio | The first ratio to use. |
right | Ratio | The second ratio to use. |
Return Value
True if both ratios are equal, otherwise false.
See Also
- struct Ratio
- namespace GroupDocs.Editor.HtmlCss.Css.DataTypes
- assembly GroupDocs.Editor