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