[]
        
(Showing Draft Content)

C1.Util.DX.HResult.Equals

Equals Method

Equals(HResult)

Equalses the specified other.

Declaration
public bool Equals(HResult other)
Public Function Equals(other As HResult) As Boolean
Parameters
Type Name Description
HResult other

The other.

Returns
Type Description
bool
Implements

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration
public override bool Equals(object obj)
Public Overrides Function Equals(obj As Object) As Boolean
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