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

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public bool Equals(
	RenderTargetFormat other
)

Parameters

other
Type: DigitalRune.GraphicsRenderTargetFormat
An object to compare with this object.

Return Value

Type: Boolean
if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)
See Also