CallInfo.Equals(Object) Method

Definition

Determines whether the specified CallInfo instance is considered equal to the current.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
public override bool Equals (object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The instance of CallInfo to compare with the current instance.

Returns

true if the specified instance is equal to the current one otherwise, false.

Applies to