Equals
(
obj
)
|
Signature
override bool Meta.Voice.Logging.ErrorCode.Equals(object obj) Parameters obj: objectReturns override bool |
GetHashCode
()
|
Signature
override int Meta.Voice.Logging.ErrorCode.GetHashCode() Returns override int |
ToString
()
|
Signature
override string Meta.Voice.Logging.ErrorCode.ToString() Returns override string |
operator ErrorCode
(
value
)
|
Signature
static Meta.Voice.Logging.ErrorCode.operator ErrorCode(string value) Parameters value: string |
operator ErrorCode
(
value
)
|
Signature
static implicit Meta.Voice.Logging.ErrorCode.operator ErrorCode(KnownErrorCode value) Parameters value: KnownErrorCodeReturns implicit |
operator string
(
errorCode
)
|
Signature
static implicit Meta.Voice.Logging.ErrorCode.operator string(ErrorCode errorCode) Parameters errorCode: ErrorCodeReturns implicit |