Click or drag to resize

StencilFlagsEquals(StencilFlags) Method

Determines whether the specific value is equal to this instance.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool Equals(
	StencilFlags other
)

Parameters

other  StencilFlags
The value to compare with this instance.

Return Value

Boolean
true if the value is equal to this instance; otherwise, false.

Implements

IEquatableTEquals(T)
See Also