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
- objobject
- An object to compare with the current instance. 
Returns
- bool
- True if the objects are considered equal; otherwise, false.