(other: ContextKeyExpression)
| 288 | } |
| 289 | |
| 290 | public cmp(other: ContextKeyExpression): number { |
| 291 | return this.type - other.type; |
| 292 | } |
| 293 | |
| 294 | public equals(other: ContextKeyExpression): boolean { |
| 295 | return (other.type === this.type); |
nothing calls this directly
no outgoing calls
no test coverage detected