Home > @infiniteobjects/models > Repository > diffInstances
Returns the difference between two instances
Signature:
diffInstances(instanceA: EntityType, instanceB: EntityType): PartialDeep<Schema<EntityType>>;
Parameter | Type | Description |
---|---|---|
instanceA | EntityType | |
instanceB | EntityType |
Returns:
PartialDeep<Schema<EntityType>>
The comparison is made on the schemas