[]
Represents an Exif field with 32-bit integer values.
public class ExifSLong : ExifValue, IComparable<ExifValue>
Gets the Exif data type of a value.
public override ExifDataType DataType { get; }
Gets the value of type Int32.
public int Value { get; }
Gets the array of values of type Int32.
public int[] Values { get; }
Determines if the specified ExifSLong is equal to the current one.
public bool Equals(ExifSLong other)
other
ExifSLongDetermines 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 ExifSLong objects for equality.
public static bool operator ==(ExifSLong left, ExifSLong right)
Compares two ExifSLong objects for inequality.
public static bool operator !=(ExifSLong left, ExifSLong right)