c-treeDB API for C# - Developers Guide
CTRecord.Compare
Syntax
bool Compare( CTRecord Record)
Parameters
- Record [in] The record to compare to.
Description
Compares the current CTRecord object with the CTRecord object passed in.
Return
True if the two records are identical, false otherwise.