|
Britbot
|
Get a hash code for this instance. Should be use by system sorting and what not. ReSharper generated code.
checks if two vectors are the same: compares both entries
Definition at line 350 of file HeadingVector.cs. {
return hv1.X == hv2.X && hv1.Y == hv2.Y;
}
|
1.7.6.1