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(Credential?)

C#
public bool Equals(Credential? credential)

Parameters

Type Name Description
Credential credential

Returns

bool

In this article
Back to top Generated by DocFX