GraphProperty::Equals Method (Object^)

 

Determines if this property is equivalent to another

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The other property to compare against

Return Value

Type: System::Boolean

True if the objects have the same Id, false otherwise

If the passed-in object isn't a GraphProperty, then false is returned

Return to top
Show: