igniteui-react-core
Version:
Ignite UI React Core.
11 lines (10 loc) • 386 B
TypeScript
import { Base, IEqualityComparer$1, Type } from "./type";
import { HighlightingInfo } from "./HighlightingInfo";
/**
* @hidden
*/
export declare class HighlightingInfoComparer extends Base implements IEqualityComparer$1<HighlightingInfo> {
static $t: Type;
equalsC(a: HighlightingInfo, b: HighlightingInfo): boolean;
getHashCodeC(a: HighlightingInfo): number;
}