The Wayback Machine - https://web.archive.org/web/20250326214251/https://angular.dev/api/core/ValueEqualityFn
    • Overview
@angular/core

ValueEqualityFn

Type Alias

A comparison function which can determine if two values are equal.

API

  
    type ValueEqualityFn<T> = (a: T, b: T) => boolean
  
  
Jump to details
HTTPS · web.archive.org
← Home