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
| Parameter | Type | Description |
|---|---|---|
s1 | Schema | First schema. |
s2 | Schema | Second schema. |
Returns
boolean
true if the schemas are the same, false otherwise.