AssemblyIdentityEquals Method (Object) |
[This is preliminary documentation and is subject to change.]
Returns a value indicating whether this instance is equal to a specified object.
Namespace:
NerdyDuck.CodedExceptions.Configuration
Assembly:
NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
View SourceParameters
- obj
- Type: SystemObject
The object to compare to this instance.
Return Value
Type:
Boolean if
obj is an instance of
AssemblyIdentity and equals the value of this instance, or
obj is an instance of
Assembly and matches the values of this instance; otherwise,
.
See Also