Config4Abstract.

Equals(Object) Method

Summary

Will raise an exception if argument class doesn't match this class - violates equals() contract in favor of failing fast.

Syntax

public override bool Equals(Object obj)

Remarks

Will raise an exception if argument class doesn't match this class - violates equals() contract in favor of failing fast.

Parameters

Name Type Description
obj Object

Return Value

Type Description
bool