Table of Contents

Class Vertex

Namespace
Automatonymous.Graphing
Assembly
Automatonymous.dll
public class Vertex : IEquatable<Vertex>
Inheritance
Vertex
Implements
Inherited Members

Constructors

Vertex(Type, Type, string)

public Vertex(Type type, Type targetType, string title)

Parameters

type Type
targetType Type
title string

Properties

TargetType

public Type TargetType { get; }

Property Value

Type

Title

public string Title { get; }

Property Value

string

VertexType

public Type VertexType { get; }

Property Value

Type

Methods

Equals(Vertex)

public bool Equals(Vertex other)

Parameters

other Vertex

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int