|  | RenderTransformEquals Method (RenderTransform) | 
            Indicates whether the current object is equal to another object of the same type.
            
 
Namespace: DigitalRune.Game.UI.RenderingAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
 Syntax
Syntaxpublic bool Equals(
	RenderTransform other
)
Public Function Equals ( 
	other As RenderTransform
) As Boolean
public:
virtual bool Equals(
	RenderTransform other
) sealed
abstract Equals : 
        other : RenderTransform -> bool 
override Equals : 
        other : RenderTransform -> bool Parameters
- other
- Type: DigitalRune.Game.UI.RenderingRenderTransform
 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