AnsiChar

Overview

AnsiChar is a 1 byte char type that works and acts like an (ansi) character.

Location


 

constructor  protected    (declared in ValueType)

 

constructor

 

AnsiChar()

 

init()

 

AnsiChar()

 

Sub New()

CompareTo (AnsiChar): Int32

Compare this to another ansichar value. Returns 0 if it's the same, -1 if it's less, 1 if it's more.

 

method CompareTo(a: AnsiChar): Int32

 

Int32 CompareTo(AnsiChar a)

 

func CompareTo(_ a: AnsiChar) -> Int32

 

Int32 CompareTo(AnsiChar a)

 

Function CompareTo(a As AnsiChar) As Int32

Parameters:

  • a:

CompareTo (Object): Int32

Compare this to another ansichar value. Returns 0 if it's the same, -1 if it's less, 1 if it's more.

 

method CompareTo(a: Object): Int32

 

Int32 CompareTo(Object a)

 

func CompareTo(_ a: Object) -> Int32

 

Int32 CompareTo(Object a)

 

Function CompareTo(a As Object) As Int32

Parameters:

  • a:

Equals (Object): Boolean  virtual    (declared in Object)

Default constructor.

 

method Equals(aOther: Object): Boolean

 

Boolean Equals(Object aOther)

 

func Equals(_ aOther: Object) -> Boolean

 

Boolean Equals(Object aOther)

 

Function Equals(aOther As Object) As Boolean

Parameters:

  • aOther: the reference to compare this with.

Equals (Object): Boolean  override virtual

Returns true if the target object matches this one, by default compares the reference.

 

method Equals(obj: Object): Boolean

 

Boolean Equals(Object obj)

 

func Equals(_ obj: Object) -> Boolean

 

Boolean Equals(Object obj)

 

Function Equals(obj As Object) As Boolean

Parameters:

  • obj:

Equals (AnsiChar): Boolean

Compare this to another ansichar value. Returns true if it's the same.

 

method Equals(other: AnsiChar): Boolean

 

Boolean Equals(AnsiChar other)

 

func Equals(_ other: AnsiChar) -> Boolean

 

Boolean Equals(AnsiChar other)

 

Function Equals(other As AnsiChar) As Boolean

Parameters:

  • other:

Finalize  protected virtual    (declared in Object)

 

method Finalize

 

void Finalize()

 

func Finalize()

 

void Finalize()

 

Sub Finalize()

GetHashCode  override virtual

Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

Int32 GetHashCode()

 

Function GetHashCode() As Int32

GetType    (declared in Object)

Returns the actual type of this class

 

method GetType: Type

 

Type GetType()

 

func GetType() -> Type

 

Type GetType()

 

Function GetType() As Type

ReferenceEquals    (declared in Object)

Compares two references for equivalence (even if they have an equals operator)

 

class method ReferenceEquals(a: Object; b: Object): Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

Parameters:

  • a: left value
  • b: right value

ToString  override virtual

Gets the string representation of this method.

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

String ToString()

 

Function ToString() As String

 

ReferenceEquals    (declared in Object)

Compares two references for equivalence (even if they have an equals operator)

 

class method ReferenceEquals(a: Object; b: Object): Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean

 

static Boolean ReferenceEquals(Object a, Object b)

 

Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

Parameters:

  • a: left value
  • b: right value

 

constructor  protected    (declared in ValueType)

 

constructor

 

AnsiChar()

 

init()

 

AnsiChar()

 

Sub New()

CompareTo (AnsiChar): Int32

Compare this to another ansichar value. Returns 0 if it's the same, -1 if it's less, 1 if it's more.

 

method CompareTo(a: AnsiChar): Int32

 

Int32 CompareTo(AnsiChar a)

 

func CompareTo(_ a: AnsiChar) -> Int32

 

Int32 CompareTo(AnsiChar a)

 

Function CompareTo(a As AnsiChar) As Int32

Parameters:

  • a:

CompareTo (Object): Int32

Compare this to another ansichar value. Returns 0 if it's the same, -1 if it's less, 1 if it's more.

 

method CompareTo(a: Object): Int32

 

Int32 CompareTo(Object a)

 

func CompareTo(_ a: Object) -> Int32

 

Int32 CompareTo(Object a)

 

Function CompareTo(a As Object) As Int32

Parameters:

  • a:

Equals (Object): Boolean  virtual    (declared in Object)

Default constructor.

 

method Equals(aOther: Object): Boolean

 

Boolean Equals(Object aOther)

 

func Equals(_ aOther: Object) -> Boolean

 

Boolean Equals(Object aOther)

 

Function Equals(aOther As Object) As Boolean

Parameters:

  • aOther: the reference to compare this with.

Equals (Object): Boolean  override virtual

Returns true if the target object matches this one, by default compares the reference.

 

method Equals(obj: Object): Boolean

 

Boolean Equals(Object obj)

 

func Equals(_ obj: Object) -> Boolean

 

Boolean Equals(Object obj)

 

Function Equals(obj As Object) As Boolean

Parameters:

  • obj:

Equals (AnsiChar): Boolean

Compare this to another ansichar value. Returns true if it's the same.

 

method Equals(other: AnsiChar): Boolean

 

Boolean Equals(AnsiChar other)

 

func Equals(_ other: AnsiChar) -> Boolean

 

Boolean Equals(AnsiChar other)

 

Function Equals(other As AnsiChar) As Boolean

Parameters:

  • other:

Finalize  protected virtual    (declared in Object)

 

method Finalize

 

void Finalize()

 

func Finalize()

 

void Finalize()

 

Sub Finalize()

GetHashCode  override virtual

Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

Int32 GetHashCode()

 

Function GetHashCode() As Int32

GetType    (declared in Object)

Returns the actual type of this class

 

method GetType: Type

 

Type GetType()

 

func GetType() -> Type

 

Type GetType()

 

Function GetType() As Type

ToString  override virtual

Gets the string representation of this method.

 

method ToString: String

 

String ToString()

 

func ToString() -> String

 

String ToString()

 

Function ToString() As String