Click or drag to resize

TextureFilter2DEquals Method (TextureFilter2D)

Indicates whether another instance of this type is exactly equal to this instance.

Namespace:  AGI.Foundation.Graphics.Renderer
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Equals(
	TextureFilter2D other
)

Parameters

other
Type: AGI.Foundation.Graphics.RendererTextureFilter2D
The instance to compare to this instance.

Return Value

Type: Boolean
if other represents the same value as this instance; otherwise .

Implements

IEquatableTEquals(T)
See Also