TextureTemplate2DEquals Method (TextureTemplate2D) |
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.2.419.0 (24.2.419.0)
Syntax public bool Equals(
TextureTemplate2D other
)
Public Function Equals (
other As TextureTemplate2D
) As Boolean
public:
virtual bool Equals(
TextureTemplate2D other
) sealed
abstract Equals :
other : TextureTemplate2D -> bool
override Equals :
other : TextureTemplate2D -> bool
Parameters
- other
- Type: AGI.Foundation.Graphics.RendererTextureTemplate2D
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