Share via


ProjectData.Equals(Object) Method

Definition

Returns a value that indicates whether the provided object is equal to the current ProjectData.

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

An object to compare to the current ProjectData.

Returns

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

Applies to