'Declaration
Public Overloads Function Equals( _ ByVal other As EasyUAEngineParameters _ ) As Boolean
'Usage
Dim instance As EasyUAEngineParameters Dim other As EasyUAEngineParameters Dim value As Boolean value = instance.Equals(other)
public bool Equals( EasyUAEngineParameters other )
public: bool Equals( EasyUAEngineParameters^ other )
Parameters
- other
- The other object to be tested for equality with this one.
Return Value
Returns
true
if the objects are equal; otherwise, returns false
.