Click or drag to resize

AssemblyIdentityEquality Operator

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

Determines whether two instances of AssemblyIdentity are equal.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public static bool operator ==(
	AssemblyIdentity identity1,
	AssemblyIdentity identity2
)
View Source

Parameters

identity1
Type: NerdyDuck.CodedExceptions.ConfigurationAssemblyIdentity
The first object to compare.
identity2
Type: NerdyDuck.CodedExceptions.ConfigurationAssemblyIdentity
The second object to compare.

Return Value

Type: Boolean
, if identity1 and identity2 represent the same byte array; otherwise, .
See Also