Equals

PVIObject.Equals method

Compares with specified object.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectObject to compare.

Return Value

True is objects are equal, otherwise false.

See Also