beautypg.com

Clear-Com Logic-Maestro User Manual

Page 125

background image

Clear-Com Communication Systems
Eclipse Logic Maestro Instruction Manual

2 - 5 9

Equals (Object) [bool]

Tests the equivalence of two objects and returns True or
False. e.g:
bool = .equals<(object2)>;

Error (Exception, IFormatPro-
vider, string, Object[]) [void]

Creates a error object to be sent to a logger e.g.
.Error(,mat>,Object[]);

Error (Exception, Object) [void]

Creates a error object to be sent to a logger e.g.
.Error(,Object[]);

Error (Exception, string,
Object[]) [void]

Creates a error object to be sent to a logger e.g.
.Error(,mat>,Object[]);

Error (IFormatProvider, string,
Object[]) [void]

Creates a error object to be sent to a logger e.g.
.Error(mat>,Object[]);

Error (Object) [void]

Creates a error object to be sent to a logger e.g.
.Error(Object[]);

Error (string, Object[]) [void]

Creates a error object to be sent to a logger e.g.
.Error(,Object[]);

Fatal (Exception, IFormatPro-
vider, string, Object[]) [void]

Creates a fatal error object to be sent to a logger e.g.
.Fatal(,mat>,Object[]);

Fatal (Exception, Object) [void]

Creates a fatal error object to be sent to a logger e.g.
.Fatal(,Object[]);

Fatal (Exception, string,
Object[]) [void]

Creates a fatal error object to be sent to a logger e.g.
.Fatal(,mat>,Object[]);

Fatal (IFormatProvider, string,
Object[]) [void]

Creates a fatal error object to be sent to a logger e.g.
.Fatal(mat>,Object[]);

Fatal (Object) [void]

Creates a fatal error object to be sent to a logger e.g.
.Fatal(Object[]);

Fatal (string Object[]) [void]

Creates a fatal error object to be sent to a logger e.g.
.Fatal(,Object[]);

GetHashCode () [int]

Returns the hash code of an object previously created
by a control as an integer. e.g:
int = .GetHashCode();

Macro

Description