[]
Represents an Exif field with string value.
public class ExifAscii : ExifValue, IComparable<ExifValue>
Public Class ExifAscii
Inherits ExifValue
Implements IComparable(Of ExifValue)
Name | Description |
---|---|
Equals(ExifAscii) | Determines if the specified ExifAscii 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 ==(ExifAscii, ExifAscii) | Compares two ExifAscii objects for equality. |
operator !=(ExifAscii, ExifAscii) | Compares two ExifAscii objects for inequality. |