Show / Hide Table of Contents

    RecordsAreIdentical Procedure

    Codeunit RecRef Functions

    Checks if two records are identical.

    Signature

    RecordsAreIdentical(Rec1: Variant; Rec2: Variant) : Boolean
    

    Parameters

    Rec1 Variant

    The first record related variant to be compared.

    Rec2 Variant

    The second record related variant to be compared.

    Returns

    Boolean

    Returns true if the two records are identical. Returns false if they are not, including if the records are of different tables.

    Remarks

    System fields like SystemId, Timestamps, etc. are not compared.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX