refEqual
Returns true if the provided references are equal.
function refEqual<AppModelType, DbModelType extends DocumentData>(left: DocumentReference<AppModelType, DbModelType> | CollectionReference<AppModelType, DbModelType>, right: DocumentReference<AppModelType, DbModelType> | CollectionReference<AppModelType, DbModelType>): boolean;
§
refEqual<AppModelType, DbModelType extends DocumentData>(left: DocumentReference<AppModelType, DbModelType> | CollectionReference<AppModelType, DbModelType>, right: DocumentReference<AppModelType, DbModelType> | CollectionReference<AppModelType, DbModelType>): boolean
[src]§Parameters
§
left: DocumentReference<AppModelType, DbModelType> | CollectionReference<AppModelType, DbModelType>
[src]- A reference to compare.
§
right: DocumentReference<AppModelType, DbModelType> | CollectionReference<AppModelType, DbModelType>
[src]- A reference to compare.