Click or drag to resize

ElementHelpersHaveEqualIds Method

Simply tests if the element ids are equal().

Namespace:  Frontenac.Blueprints.Util
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public static bool HaveEqualIds(
	this IElement a,
	IElement b
)

Parameters

a
Type: Frontenac.BlueprintsIElement
the first element
b
Type: Frontenac.BlueprintsIElement
the second element

Return Value

Type: Boolean
Whether the two elements have equal ids

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also