TestCategoryItem.Equals(Object) Method

Definition

Determines whether another object is equal to the current instance.

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

Parameters

other
Object

An object that can be cast as a TestCategoryItem.

Returns

true if the other object is equal to the current instance; otherwise, false.

Applies to