Esempio n. 1
0
 protected bool Equals(ReleaseType other)
 {
     return(Id.Equals(other.Id));
 }
Esempio n. 2
0
 public static string GetTitle(this ReleaseType releaseType)
 {
     return(releaseType.GetEnumLabel());
 }