[]
Represents an Exif field with 8-bit byte values.
public class ExifByte : ExifValue, IComparable<ExifValue>
Public Class ExifByte
Inherits ExifValue
Implements IComparable(Of ExifValue)
| Name | Description |
|---|---|
| DataType | Gets the Exif data type of a value. |
| Value | Gets the value of type Byte. |
| Values | Gets the array of bytes. |
| Name | Description |
|---|---|
| Equals(ExifByte) | Determines if the specified ExifByte is equal to the current one. |
| Equals(object) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Returns a hash code for the current object. |
| ToString() | Returns a string that represents the current object. |
| Name | Description |
|---|---|
| operator ==(ExifByte, ExifByte) | Compares two ExifByte objects for equality. |
| operator !=(ExifByte, ExifByte) | Compares two ExifByte objects for inequality. |