[]
Represents an Exif field with unsigned 32-bit integer values.
public class ExifLong : 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 ExifLong is equal to the current one.
public bool Equals(ExifLong other)
other
ExifLongDetermines 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 ExifLong objects for equality.
public static bool operator ==(ExifLong left, ExifLong right)
Compares two ExifLong objects for inequality.
public static bool operator !=(ExifLong left, ExifLong right)