LineParsingInstruction.Equals

Equals(LineParsingInstruction)

Compare two LineParsingInstruction

public bool Equals(LineParsingInstruction other)
ParameterTypeDescription
otherLineParsingInstructionThe LineParsingInstruction.

Return Value

The boolean.

See Also


Equals(object)

Compare two LineParsingInstruction

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe object.

Return Value

The boolean.

See Also