JaCIL Framework API

StackObject Equality Operator 

Provides the equality operator for stack objects.

public static bool operator ==(
   StackObject o1,
   StackObject o2
);

Parameters

o1
The first object
o2
The second object

Return Value

True iff o1 is the same value as o2.

See Also

StackObject Class | JaCIL.Compiler.Instruction Namespace