JaCIL Framework API

Ordinal.Equals Method 

Defines equality between two objects.

public override bool Equals(
   object other
);

Parameters

other
The object to compare with.

Return Value

True if and only if the other object is an ordinal that has the sam major and minor.

See Also

Ordinal Class | JaCIL.Compiler.Instruction Namespace