Gets whether this segments is logically equal to the given segment.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool Equals(
	Terrain3D..::..Segment segment
)
Visual Basic
Public Function Equals ( _
	segment As Terrain3D..::..Segment _
) As Boolean
JScript
public final function Equals(
	segment : Terrain3D..::..Segment
) : boolean

Parameters

segment
Type: Ico.Windows.Media.Media3D..::..Terrain3D..::..Segment
The segment which to compare with.

Return Value

True if the given segment is defined by the sames points of this one, otherwise false.

Implements

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

See Also