Table of Contents

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 object

An object to compare with the current instance.

Returns

bool

True if the objects are considered equal; otherwise, false.