[]
Represents an Exif field with unsigned 16-bit integer values.
public class ExifShort : ExifValue, IComparable<ExifValue>
Gets the Exif data type of a value.
public override ExifDataType DataType { get; }
Gets the value of type UInt16.
public ushort Value { get; }
Gets the array of values of type UInt16.
public ushort[] Values { get; }
Determines if the specified ExifShort is equal to the current one.
public bool Equals(ExifShort other)
other
ExifShortDetermines 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 ExifShort objects for equality.
public static bool operator ==(ExifShort left, ExifShort right)
Compares two ExifShort objects for inequality.
public static bool operator !=(ExifShort left, ExifShort right)