Click or drag to resize

AssemblyFacilityOverrideEquals Method (Object)

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

Determines whether the specified Object is equal to the current AssemblyFacilityOverride.

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 with the current AssemblyFacilityOverride.

Return Value

Type: Boolean
if the specified Object is equal to the current AssemblyFacilityOverride; otherwise, .
See Also