Show / Hide Table of Contents

Equals Method

Equals(object?)

C#
public override bool Equals(object? obj)

Parameters

Type Name Description
object obj

Returns

bool

Overrides

object.Equals(object)

Equals(FirmwareVersion)

C#
public bool Equals(FirmwareVersion other)

Parameters

Type Name Description
FirmwareVersion other

Returns

bool

In this article
Back to top Generated by DocFX