Click or drag to resize
DigitalRuneRenderTransformEquals Method (RenderTransform)
Indicates whether the current object is equal to another object of the same type.

Namespace: DigitalRune.Game.UI.Rendering
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public bool Equals(
	RenderTransform other
)

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