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