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
Syntaxpublic bool Equals(
Assembly assembly
)
Public Function Equals (
assembly As Assembly
) As Boolean
View SourceParameters
- 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
See Also