Click or drag to resize

AssemblyIdentityIsMatch Method

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

Returns a value indicating whether the properties of this instance match the specified Assembly.

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

Parameters

other
Type: System.ReflectionAssembly
The Assembly to check.

Return Value

Type: Boolean
, if all non- properties of this instance match the specified Assembly; otherwise, .
See Also