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