[]
Represents an Exif field with UNDEFINED (8-bit byte) values.
public class ExifUndefined : ExifValue, IComparable<ExifValue>
Public Class ExifUndefined
Inherits ExifValue
Implements IComparable(Of ExifValue)
Name | Description |
---|---|
DataType | Gets the Exif data type of a value. |
Value | Gets the value of type UNDEFINED (8-bit byte). |
Values | Gets the array of UNDEFINED (8-bit byte) values. |
Name | Description |
---|---|
Equals(ExifUndefined) | Determines if the specified ExifUndefined 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 ==(ExifUndefined, ExifUndefined) | Compares two ExifUndefined objects for equality. |
operator !=(ExifUndefined, ExifUndefined) | Compares two ExifUndefined objects for inequality. |