Click or drag to resize
DigitalRuneRenderTargetFormatEquality Operator
Compares RenderTargetFormat to determine whether they are the same.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static bool operator ==(
	RenderTargetFormat left,
	RenderTargetFormat right
)

Parameters

left
Type: DigitalRune.GraphicsRenderTargetFormat
The first RenderTargetFormat.
right
Type: DigitalRune.GraphicsRenderTargetFormat
The second RenderTargetFormat.

Return Value

Type: Boolean
if the left and right are the same; otherwise, .
See Also