IsKeyChanged Method
- Last UpdatedApr 08, 2026
- 1 minute read
Checks whether the key values between this RealTimeBaseRecord instance and the given instance are the same or different.
protected bool IsKeyChanged(
RealTimeBaseRecord record
)
protected:
bool IsKeyChanged(
RealTimeBaseRecord^ record
)
Parameters
- record
- The record to compare to.
Return Value
If there are differences between these records.