Click or drag to resize

AssemblyIdentityEquals Method (Assembly)

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

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

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

Parameters

assembly
Type: System.ReflectionAssembly
The Assembly to compare to this instance.

Return Value

Type: Boolean
, if all non- properties of this instance match the specified Assembly; otherwise, .
Remarks
This call is equivalent to IsMatch(Assembly).
See Also