Click or drag to resize

AssemblyDebugModeEquals Method (AssemblyDebugMode)

[This is preliminary documentation and is subject to change.]

Determines whether the specified AssemblyDebugMode is equal to the current instance.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public bool Equals(
	AssemblyDebugMode other
)
View Source

Parameters

other
Type: NerdyDuck.CodedExceptions.ConfigurationAssemblyDebugMode
The AssemblyDebugMode to compare with the current instance.

Return Value

Type: Boolean
if the specified AssemblyDebugMode is equal to the current instance; otherwise, .

Implements

IEquatableTEquals(T)
See Also