function IsEqual(Obj: TScVersion): boolean;
Description
Use the IsEqual method to compare whether the current object and a specified Obj object represent the same value. If every component of the current object matches the corresponding component of the Obj parameter, the method returns True; otherwise, False.