JaCIL Framework API

StackObject.Equals Method (StackObject)

Returns whether this stack object is equal to another

public bool Equals(
   StackObject other
);

Parameters

other
The object to compare with.

Return Value

True if and only if the two objects are equal.

See Also

StackObject Class | JaCIL.Compiler.Instruction Namespace | StackObject.Equals Overload List