Click or drag to resize

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
Syntax
public override bool Equals(
	Object obj
)
View Source

Parameters

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