Skip to main content

Function: SchemaEquals()

SchemaEquals(s1, s2): boolean

Defined in: cfds/base/schema.ts:364

Given two schemas, returns whether they're the same one or not.

Parameters

ParameterTypeDescription
s1SchemaFirst schema.
s2SchemaSecond schema.

Returns

boolean

true if the schemas are the same, false otherwise.