コード例 #1
0
 /// <summary>Returns a value indicating whether this instance is equal to a specified KSPPluginFramework.KSPDateTime object.</summary>
 /// <param name="value">An KSPPluginFramework.KSPDateTime object to compare with this instance.</param>
 /// <returns>true if obj represents the same time interval as this instance; otherwise, false.</returns>
 public Boolean Equals(KSPDateTime value)
 {
     return(KSPDateTime.Equals(this, value));
 }