コード例 #1
0
 /// <summary>Compares this instance to a specified KSPPluginFramework.KSPDateTime object and returns an integer that indicates whether this instance is shorter than, equal to, or longer than the KSPPluginFramework.KSPDateTime object.</summary>
 /// <param name="value">A KSPPluginFramework.KSPDateTime object to compare to this instance.</param>
 /// <returns>A signed number indicating the relative values of this instance and value.Value Description A negative integer This instance is shorter than value. Zero This instance is equal to value. A positive integer This instance is longer than value.</returns>
 public Int32 CompareTo(KSPDateTime value)
 {
     return(KSPDateTime.Compare(this, value));
 }