[]
Represents an Exif field with string value.
public class ExifAscii : ExifValue, IComparable<ExifValue>
Gets the Exif data type of a value.
public override ExifDataType DataType { get; }
Gets the value of type String.
public string Value { get; }
Determines if the specified ExifAscii is equal to the current one.
public bool Equals(ExifAscii other)
other
ExifAsciiDetermines whether the specified object is equal to the current object.
public override bool Equals(object obj)
obj
objectReturns a hash code for the current object.
public override int GetHashCode()
Returns a string that represents the current object.
public override string ToString()
Compares two ExifAscii objects for equality.
public static bool operator ==(ExifAscii left, ExifAscii right)
Compares two ExifAscii objects for inequality.
public static bool operator !=(ExifAscii left, ExifAscii right)