Method Equals
- Namespace
- ComfileTech.Cfnet.Cfheader
- Assembly
- ComfileTech.Cfnet.Cfheader.dll
Equals(object?)
Compares the current instance with another object for equality.
public override bool Equals(object? obj)
Parameters
obj
objectAn object to compare with the current instance.
Returns
- bool
True if the objects are considered equal; otherwise, false.