2using System.Collections.Generic;
12 private string description =
null;
27 get => this.description;
28 set => this.description = value;
32 public override bool Equals(
object obj)
36 return base.Equals(Image) &&
37 this.description == Image.description;
46 int Result = base.GetHashCode();
48 if (!(this.description is
null))
49 Result ^= Result << 5 ^ this.description.GetHashCode();
Image information, as defined by the Open Graph protocol.
string Description
A description of what is in the image (not a caption). If not defined, null is returned.
override int GetHashCode()
override bool Equals(object obj)
ImageInformation()
Image information, as defined by the Open Graph protocol.
Video information, as defined by the Open Graph protocol.