Example #1
0
 (nameof(this.Link), this.Link));
Example #2
0
 (nameof(this.Email), this.Email),
Example #3
0
 /// <inheritdoc />
 public override string ToString() => Helpers.BuildString((nameof(this.Name), this.Name),
Example #4
0
 Equals(this.Link, other.Link);
Example #5
0
 Equals(this.Email, other.Email) &&
Example #6
0
 get => new XmlDocument().CreateCDataSection(this.EncodedData);