Table of Contents

Method Equals

Namespace: Sisk.Core.Http
Assembly: Sisk.Core.dll

Equals(object?)

Determines if another object is equals to this class instance.

public override bool Equals(object? obj)

Parameters

obj object?

The another object which will be used to compare.

Returns

bool

Equals(ListeningPort)

Determines if this ListeningPort is equals to another ListeningPort.

public bool Equals(ListeningPort other)

Parameters

other ListeningPort

The another object which will be used to compare.

Returns

bool