Click or drag to resize

AssemblyIdentityEquals Method (AssemblyIdentity)

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

Returns a value indicating whether this instance is equal to the value of the specified AssemblyIdentity instance.

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

Parameters

other
Type: NerdyDuck.CodedExceptions.ConfigurationAssemblyIdentity
The object to compare to this instance.

Return Value

Type: Boolean
if the other parameter equals the value of this instance; otherwise, .

Implements

IEquatableTEquals(T)
See Also