|  | StarEquals Method (Star) | 
            Indicates whether the current object is equal to another object of the same type.
            
 
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic bool Equals(
	Star other
)
Public Function Equals ( 
	other As Star
) As Boolean
public:
virtual bool Equals(
	Star other
) sealed
abstract Equals : 
        other : Star -> bool 
override Equals : 
        other : Star -> bool Parameters
- other
- Type: DigitalRune.GraphicsStar
 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