GraphNodeId.IEquatable<GraphNodeId>.Equals(GraphNodeId) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Our implementation of IEquatable<GraphNodeIdKey>.Equals. We use explicit interface implementation in order to keep the IGraphNodeIdKey private.
virtual bool System.IEquatable<Microsoft.VisualStudio.GraphModel.GraphNodeId>.Equals(Microsoft::VisualStudio::GraphModel::GraphNodeId ^ key) = IEquatable<Microsoft::VisualStudio::GraphModel::GraphNodeId ^>::Equals;
bool IEquatable<GraphNodeId>.Equals (Microsoft.VisualStudio.GraphModel.GraphNodeId key);
abstract member System.IEquatable<Microsoft.VisualStudio.GraphModel.GraphNodeId>.Equals : Microsoft.VisualStudio.GraphModel.GraphNodeId -> bool
override this.System.IEquatable<Microsoft.VisualStudio.GraphModel.GraphNodeId>.Equals : Microsoft.VisualStudio.GraphModel.GraphNodeId -> bool
Function Equals (key As GraphNodeId) As Boolean Implements IEquatable(Of GraphNodeId).Equals
Parameters
- key
- GraphNodeId
The identifier to compare
Returns
True if the identifier is equal, false otherwise