MCPcopy Index your code
hub / github.com/angular/angular / isEquivalent

Method isEquivalent

packages/compiler/src/output/output_ast.ts:993–995  ·  view source on GitHub ↗
(e: Expression)

Source from the content-addressed store, hash-verified

991 }
992
993 override isEquivalent(e: Expression): boolean {
994 return e instanceof NotExpr && this.condition.isEquivalent(e.condition);
995 }
996
997 override isConstant() {
998 return false;

Callers

nothing calls this directly

Calls 1

isEquivalentMethod · 0.45

Tested by

no test coverage detected