Transformation.Equals (Object) Method

Determines whether the specified object is equal to the current object.
Public Overrides Function Equals( _ 
ByVal obj As Object
) As Boolean
This language is not supported or no code example is available.
public override bool Equals( 
object obj 
)
This language is not supported or no code example is available.

Parameters

obj
object

The object to compare with the current object.

Return Value

bool

true if the specified object is equal to the current object; otherwise, false.

.NET Framework

Supported in: 4.8

In this article

Definition