Table of Contents

Struct CommandExecutionResult

Namespace
NetCord.Services.Commands
Assembly
NetCord.Services.dll
public readonly struct CommandExecutionResult : IEquatable<CommandExecutionResult>
Implements
Inherited Members

Constructors

CommandExecutionResult(IExecutionResult, bool)

public CommandExecutionResult(IExecutionResult ExecutionResult, bool ContinueNextOverload)

Parameters

ExecutionResult IExecutionResult
ContinueNextOverload bool

Properties

ContinueNextOverload

public bool ContinueNextOverload { get; init; }

Property Value

bool

ExecutionResult

public IExecutionResult ExecutionResult { get; init; }

Property Value

IExecutionResult

Methods

Deconstruct(out IExecutionResult, out bool)

public void Deconstruct(out IExecutionResult ExecutionResult, out bool ContinueNextOverload)

Parameters

ExecutionResult IExecutionResult
ContinueNextOverload bool

Equals(CommandExecutionResult)

public bool Equals(CommandExecutionResult other)

Parameters

other CommandExecutionResult

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string

Operators

operator ==(CommandExecutionResult, CommandExecutionResult)

public static bool operator ==(CommandExecutionResult left, CommandExecutionResult right)

Parameters

left CommandExecutionResult
right CommandExecutionResult

Returns

bool

operator !=(CommandExecutionResult, CommandExecutionResult)

public static bool operator !=(CommandExecutionResult left, CommandExecutionResult right)

Parameters

left CommandExecutionResult
right CommandExecutionResult

Returns

bool