commit
fa25cbb5f8
1 changed files with 1 additions and 1 deletions
|
@ -1597,7 +1597,7 @@ namespace OpenTK
|
|||
/// </summary>
|
||||
/// <param name="left">The first instance.</param>
|
||||
/// <param name="right">The second instance.</param>
|
||||
/// <returns>True, if left does not equa lright; false otherwise.</returns>
|
||||
/// <returns>True, if left does not equal right; false otherwise.</returns>
|
||||
public static bool operator !=(Vector3 left, Vector3 right)
|
||||
{
|
||||
return !left.Equals(right);
|
||||
|
|
Loading…
Reference in a new issue