A Sandcastle Documented Class Library
Equals Method (obj)
NamespacescsmicInterpretedFunctionEquals(Object)
CS-MIC - C# Math Input Control
Because a function's internal pattern may be different, we must manually check to see if the function names are the same.
Declaration Syntax
C#Visual BasicVisual C++J#JavaScript
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
public boolean Equals(
	Object obj
)
function Equals(obj);
Parameters
obj (Object)
The object to test.
Return Value
True if the functions are the same.

Assembly: csmic (Module: csmic) Version: 1.0.0.0 (1.0.0.0)