TermEquals Method

Compares an object with a second one.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
Object to compare with the current expression component.

Return Value

Boolean
Returns true if data is equal and false otherwise.

See Also