[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifSLong

Class ExifSLong

Namespace
GrapeCity.Documents.Imaging.Exif
Assembly
GcDocs.Imaging.dll

Represents an Exif field with 32-bit integer values.

public class ExifSLong : ExifValue, IComparable<ExifValue>
Inheritance
object
ExifSLong
Implements
System.IComparable<T><ExifValue>
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

DataType

Gets the Exif data type of a value.

public override ExifDataType DataType { get; }

Property Value

ExifDataType

Value

Gets the value of type Int32.

public int Value { get; }

Property Value

int

Values

Gets the array of values of type Int32.

public int[] Values { get; }

Property Value

int[]

Methods

Equals(ExifSLong)

Determines if the specified ExifSLong is equal to the current one.

public bool Equals(ExifSLong other)

Parameters

other ExifSLong

Returns

bool

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

Returns a hash code for the current object.

public override int GetHashCode()

Returns

int

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

Operators

operator ==(ExifSLong, ExifSLong)

Compares two ExifSLong objects for equality.

public static bool operator ==(ExifSLong left, ExifSLong right)

Parameters

left ExifSLong
right ExifSLong

Returns

bool

operator !=(ExifSLong, ExifSLong)

Compares two ExifSLong objects for inequality.

public static bool operator !=(ExifSLong left, ExifSLong right)

Parameters

left ExifSLong
right ExifSLong

Returns

bool