(other: ContextKeyExpression)
| 251 | } |
| 252 | |
| 253 | public cmp(other: ContextKeyExpression): number { |
| 254 | return this.type - other.type; |
| 255 | } |
| 256 | |
| 257 | public equals(other: ContextKeyExpression): boolean { |
| 258 | return (other.type === this.type); |
nothing calls this directly
no outgoing calls
no test coverage detected