Click or drag to resize
LifecycleRuleEquals Method (LifecycleRule)
Determines whether the specified LifecycleRule is equal to the current LifecycleRule.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public bool Equals(
	LifecycleRule obj
)

Parameters

obj
Type: Aliyun.OSSLifecycleRule
The LifecycleRule to compare with the current LifecycleRule.

Return Value

Type: Boolean
true if the specified LifecycleRule is equal to the current LifecycleRule; otherwise, false.

Implements

IEquatableTEquals(T)
See Also