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