Exemplo n.º 1
0
 public static bool IsEmpty(this CharacterAttribute data)
 {
     return(data == null || data.Equals(CharacterAttribute.Empty));
 }