[]
        
(Showing Draft Content)

C1.Util.DX.HResultDescriptor.Equals

Equals Method

Equals(HResultDescriptor)

Determines whether the specified HResultDescriptor is equal to this instance.

Declaration
public bool Equals(HResultDescriptor other)
Parameters
Type Name Description
HResultDescriptor other

The HResultDescriptor to compare with this instance.

Returns
Type Description
bool

true if the specified HResultDescriptor is equal to this instance; otherwise, false.

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

The object to compare with this instance.

Returns
Type Description
bool

true if the specified object is equal to this instance; otherwise, false.

Overrides