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