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