Example #1
0
 public static KeyValuePair <SoftString, object> ToLogProperty(this ILogAttachement property)
 {
     return(new KeyValuePair <SoftString, object>(property.Name, property));
 }
Example #2
0
 public bool Equals(ILogAttachement other) => AutoEquality <ILogAttachement> .Comparer.Equals(this, other);