Table of Contents

Class SaslMechanism

Namespace
RabbitMQ.AMQP.Client
Assembly
RabbitMQ.AMQP.Client.dll
public class SaslMechanism : IEquatable<SaslMechanism>
Inheritance
SaslMechanism
Implements
Inherited Members

Fields

Anonymous

public static readonly SaslMechanism Anonymous

Field Value

SaslMechanism

External

public static readonly SaslMechanism External

Field Value

SaslMechanism

Plain

public static readonly SaslMechanism Plain

Field Value

SaslMechanism

Properties

Mechanism

public string Mechanism { get; }

Property Value

string

Methods

Equals(SaslMechanism?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(SaslMechanism? other)

Parameters

other SaslMechanism

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.