()
| 116 | } |
| 117 | |
| 118 | public readonly override string ToString() |
| 119 | { |
| 120 | // nb: trailing space |
| 121 | #if USINGZ |
| 122 | return $"{X},{Y},{Z} "; |
| 123 | #else |
| 124 | return $"{X},{Y} "; |
| 125 | #endif |
| 126 | |
| 127 | } |
| 128 | |
| 129 | public readonly override bool Equals(object? obj) |
| 130 | { |
nothing calls this directly
no outgoing calls
no test coverage detected