Method Equals
- Namespace
- ComfileTech.jControlsNF4
- Assembly
- ComfileTech.jControlsNF4.dll
Equals(object)
Compares this instance to the given object instance to see if they are equal.
public override bool Equals(object obj)
Parameters
obj
objectThe object instance to compare with this instance.
Returns
- bool
True if they are equal, false if not.