PathPointBuilderEquals Method (PathPointBuilder) |
Indicates whether another instance of this type is exactly equal to this instance.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool Equals(
PathPointBuilder other
)
Public Function Equals (
other As PathPointBuilder
) As Boolean
public:
virtual bool Equals(
PathPointBuilder^ other
) sealed
abstract Equals :
other : PathPointBuilder -> bool
override Equals :
other : PathPointBuilder -> bool
Parameters
- other
- Type: AGI.Foundation.GraphicsPathPointBuilder
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