[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifSByte

Class ExifSByte

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

Represents an Exif field with 8-bit signed byte values.

public class ExifSByte : ExifValue, IComparable<ExifValue>
Inheritance
object
ExifSByte
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 SByte.

public sbyte Value { get; }

Property Value

sbyte

Values

Gets the array of signed bytes.

public sbyte[] Values { get; }

Property Value

sbyte[]

Methods

Equals(ExifSByte)

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

public bool Equals(ExifSByte other)

Parameters

other ExifSByte

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 ==(ExifSByte, ExifSByte)

Compares two ExifSByte objects for equality.

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

Parameters

left ExifSByte
right ExifSByte

Returns

bool

operator !=(ExifSByte, ExifSByte)

Compares two ExifSByte objects for inequality.

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

Parameters

left ExifSByte
right ExifSByte

Returns

bool