[]
Represents an Exif field with 8-bit signed byte values.
public class ExifSByte : ExifValue, IComparable<ExifValue>
Gets the Exif data type of a value.
public override ExifDataType DataType { get; }
Gets the value of type SByte.
public sbyte Value { get; }
Gets the array of signed bytes.
public sbyte[] Values { get; }
Determines if the specified ExifSByte is equal to the current one.
public bool Equals(ExifSByte other)
other
ExifSByteDetermines whether the specified object is equal to the current object.
public override bool Equals(object obj)
obj
objectReturns a hash code for the current object.
public override int GetHashCode()
Returns a string that represents the current object.
public override string ToString()
Compares two ExifSByte objects for equality.
public static bool operator ==(ExifSByte left, ExifSByte right)
Compares two ExifSByte objects for inequality.
public static bool operator !=(ExifSByte left, ExifSByte right)