Test whether two specified MathPoint structures are equivalent.
public static bool operator ==(MathPoint left, MathPoint right)
| parameter | description |
|---|---|
| left | The MathPoint that is to the left of the equality operator. |
| right | The MathPoint that is to the right of the equality operator. |
true if the two MathPoint structures are equivalent; otherwise, false.