TestType.Equals(Object) Method

Definition

Compares the provided TestType(Guid) with the current instance for equality.

public:
 override bool Equals(System::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

A TestType(Guid) object.

Returns

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

Applies to