GraphCategory.Equals(Object) Method

Definition

Determines of a passed in category is equivalent to this one

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

The category to compare against

Returns

True if the categories are the same, false otherwise

Remarks

Graph category identity is the Id.

Applies to