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