| PathPointBuilderEquals Method (Object) | 
 
        Indicates whether another object is exactly equal to this instance.
      
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool Parameters
- obj
- Type: SystemObject
 The object to compare to this instance.
Return Value
Type: 
Boolean if 
obj is an instance of this type and represents the same value as this instance; otherwise 
.
      
 See Also
See Also