Description:

Determines whether the specified System.Object is a Vector3d and has the same values as the present vector.

Syntax:
public override bool Equals(
object obj
)
Parameters:
  • obj
  • Type: object
  • The specified object.
Returns:
Type: bool
True if obj is a Vector3d and has the same coordinates as this; otherwise false.

Description:

Determines whether the specified vector has the same value as the present vector.

Syntax:
public bool Equals(
Vector3d vector
)
Parameters:
  • vector
  • Type: Vector3d
  • The specified vector.
Returns:
Type: bool
True if vector has the same coordinates as this; otherwise false.
Available since:
5.0

Nothing found