Equals Method (GraphReference)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicFunctionEquals ( _
    otherAsGraphReference _
) AsBoolean
'Usage
DiminstanceAsGraphReferenceDimotherAsGraphReferenceDimreturnValueAsBooleanreturnValue = instance.Equals(other)
publicboolEquals(
    GraphReferenceother
)
public:
virtualboolEquals(
    GraphReferenceother
) sealed
publicfinalfunctionEquals(
    other : GraphReference
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean

Implements

IEquatable< (Of < ( <'T> ) > ) >. . :: . .Equals(T)

.NET Framework Security

See Also

Reference

GraphReference Structure

GraphReference Members

Equals Overload

System.Dataflow Namespace