|  | RayEquals Method (Ray) | 
            Determines whether the specified 
Ray is equal to the current 
            
Ray.
            
 
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
 Syntax
Syntaxpublic bool Equals(
	Ray other
)
Public Function Equals ( 
	other As Ray
) As Boolean
public:
virtual bool Equals(
	Ray other
) sealed
abstract Equals : 
        other : Ray -> bool 
override Equals : 
        other : Ray -> bool Parameters
- other
- Type: DigitalRune.Geometry.ShapesRay
 An object to compare with this object.
Return Value
Type: 
Boolean if the current object is equal to the other parameter; otherwise, 
            
.
            
Implements
IEquatableTEquals(T) See Also
See Also