(other: ContextKeyExpression)
| 255 | } |
| 256 | |
| 257 | public equals(other: ContextKeyExpression): boolean { |
| 258 | return (other.type === this.type); |
| 259 | } |
| 260 | |
| 261 | public evaluate(context: IContext): boolean { |
| 262 | return false; |
nothing calls this directly
no outgoing calls
no test coverage detected